improve/add-date-adapter-on-chart
UChart` rewired:
-
@chart-click
handler now works even in case several charts are displayed on page - added date adapter to correctly display time axis (see samples on unitybase.info)
- component now registered by
adminui-vue
, so can be used without require, just<u-chart>....</u-chart>
-
options
andchartData
properties now NOT reactive (ChartJs is designed for static data. For dynamic data better to used3
)
Edited by Pavlo Mashliakovskiy