Just Dashboard Versions Save

:bar_chart: :clipboard: Dashboards using YAML or JSON files

v0.11.1

6 years ago

0.11.1 (2018-04-12)

Bug Fixes

v0.11.0

6 years ago

0.11.0 (2018-03-31)

Features

v0.10.0

6 years ago

0.10.0 (2018-03-24)

Features

  • Add 'file_loader' option to json parser (c51c5a9)
  • Handle file:// syntax in yaml parser (f21dcbc)
  • Provide 'file_loader' to components through args (57b000b)
  • base_component: Use 'file_loader' to load data (31490d7)

v0.9.0

6 years ago

0.9.0 (2018-03-14)

Features

  • Added horizontal bar chart (c7a5c70)

v0.8.0

6 years ago

0.8.0 (2018-03-13)

Bug Fixes

  • yaml format: Fix parsing dropdowns where the variable name is 'chart' (14ec305)

Features

  • yaml format: Allow using variables as chart type (cf0cb2a)
  • yaml format: Use 'plot', 'diagram' and 'graph' as synonyms of 'chart' (b157192)

v0.7.0

6 years ago

0.7.0 (2018-03-13)

Features

  • component/chart: Added 'stacked' arg (342a726)

v0.6.0

6 years ago

0.6.0 (2018-03-12)

Features

v0.5.4

6 years ago

0.5.4 (2018-03-12)

Bug Fixes

  • Added npm run build to .travis.yml (3eaa4f0)

v0.5.3

6 years ago

0.5.3 (2018-03-12)

Bug Fixes

  • Added dist/manual_test.html (57177a6)
  • Change lib/ to dist/ in tests (84e47ba)
  • Fixed output path in webpack config (78c1982)

v0.5.2

6 years ago

0.5.2 (2018-03-09)

Bug Fixes

  • components/base_component: Components without an init() function are not renderable (3785f00)
  • components/Chart: Charts are not updateable (497e9ef)