Skip to content

improve/add-date-adapter-on-chart

Tarabanov Dmytro requested to merge improve/add-date-adapter-on-chart into master

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 and chartData properties now NOT reactive (ChartJs is designed for static data. For dynamic data better to use d3)
Edited by Pavlo Mashliakovskiy

Merge request reports

Loading