diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:12:00 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:12:00 +0100 |
commit | c1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea (patch) | |
tree | 9244923c93b6f17d8f58cb94c4a83a2619a42469 /Module.md | |
parent | c13d0441dddf31ef019333fd16378b3fc56003a4 (diff) | |
download | kvision-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.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |