aboutsummaryrefslogtreecommitdiff
path: root/Module.md
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-03-10 14:12:00 +0100
committerRobert Jaros <rjaros@finn.pl>2019-03-10 14:12:00 +0100
commitc1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea (patch)
tree9244923c93b6f17d8f58cb94c4a83a2619a42469 /Module.md
parentc13d0441dddf31ef019333fd16378b3fc56003a4 (diff)
downloadkvision-c1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea.tar.gz
kvision-c1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea.tar.bz2
kvision-c1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea.zip
New module with support for drawing charts based on chart.js library.
Diffstat (limited to 'Module.md')
-rw-r--r--Module.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Module.md b/Module.md
index 1835c8f8..efb79929 100644
--- a/Module.md
+++ b/Module.md
@@ -7,6 +7,14 @@ KVision - object oriented Web UI framework for Kotlin/JS.
KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders,
backgrounds, fonts, text and position) and the main Widget class.
+# Package pl.treksoft.kvision.chart
+
+Full-featured chart component based on chart.js library.
+
+# Package pl.treksoft.kvision.chart.js
+
+Kotlin bindings for chart.js API.
+
# Package pl.treksoft.kvision.data
Base component and container class with data binding support for observable data model.