Skip to content

Releases: VolkovLabs/business-charts

Business Charts 6.4.1

16 Sep 17:36
8e7a2f0
Compare
Choose a tag to compare

Features / Enhancements

  • Updated Gauge dashboard (#337)
  • Updated Code Editor toolbar (#338)

Business Charts 6.4.0

12 Sep 15:14
ce0f8b0
Compare
Choose a tag to compare

Features / Enhancements

  • Added Boxplot in Visual Editor (#327)
  • Updated Grafana 11.2 dependencies (#330)
  • Added Scatter to Visual editor and limit selection to supported charts (#332)
  • Added promise libraries import (#333)
  • Updated Code editor toolbar (#334)

Business Charts 6.3.0

26 Aug 22:03
5f78c89
Compare
Choose a tag to compare

Features / Enhancements

  • Added visual editor for bar and sunburst (#322)
  • Added Expandable Editors (#324)
  • Updated Examples dashboards (#325)

Business Charts 6.2.0

01 Aug 19:25
b332656
Compare
Choose a tag to compare

Features / Enhancements

  • Updated to Apache ECharts 5.5.1 (#309)
  • Updated E2E workflow using Docker (#310)
  • Updated migration for context parameters (#317)
  • Added Radar to visual editor (#316)

Business Charts 6.1.0

27 May 00:12
e3845de
Compare
Choose a tag to compare

Features / Enhancements

  • Added plugin e2e tests and remove cypress (#281, #283)
  • Updated context parameters in Examples (#282)
  • Added Business Charts video tutorial (#291)
  • Updated provisioning for events (#289)
  • Updated panel options (#289)
  • Updated Code suggestions (#293)
  • Updated to Grafana 11.0 and dependencies (#294)

Business Charts 6.0.0

26 Mar 19:17
a4aefa5
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 10 and Grafana 11.
  • Removed non-context code parameters. Please update parameters to use context.

Code parameters migration guide

  • data -> context.panel.data
  • echarts -> context.echarts
  • echartsInstance -> context.panel.chart
  • ecStat -> context.ecStat
  • eventBus -> context.grafana.eventBus
  • locationService -> context.grafana.locationService
  • notifyError -> context.grafana.notifyError
  • notifySuccess -> context.grafana.notifySuccess
  • replaceVariables -> context.grafana.replaceVariables
  • theme -> context.grafana.theme

Features / Enhancements

  • Updated name to Business Charts Panel (#268)
  • Added Apache Acknowledgment and update description (#268)
  • Updated to Grafana 10.4.1 (#270)
  • Removed ArrayVector deprecated in Grafana 11 (#272)
  • Updated Apache ECharts deprecation warnings (#272)

Apache ECharts Panel 5.3.0

07 Mar 02:01
f6e5cde
Compare
Choose a tag to compare

Features / Enhancements

  • Updated to Apache ECharts 5.5.0 (#257)
  • Updated code parameters with Code Parameters Builder (#261)
  • Updated auto size code editor (#263)

Apache ECharts Panel 5.2.0

16 Feb 03:07
2b6a07a
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 9.2 and Grafana 10

Features / Enhancements

  • Updated README and documentation (#214)
  • Add visual editor for working with data sources (#211)
  • Update ESLint configuration and refactoring (#237)
  • Update dependencies and Actions (#238)
  • Add context parameter to non-visual mode (#245)
  • Add refresh function using Application Event Bus (#247)
  • Update to disallow to choose already selected fields (#251)
  • Update echarts.volkovlabs.io to use visual editor and data sources (#248)
  • Update draggable handler in Visual editor (#256)

Apache ECharts Panel 5.1.0

11 Aug 15:34
52695b4
Compare
Choose a tag to compare

Features / Enhancements

  • Update to Grafana 10.0.3 (#206)

Bugfixes

  • Fix Memory Leak on resubscribing to restore event (#208)

Apache ECharts Panel 5.0.0

19 Jul 18:54
0317312
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 9 and Grafana 10

Features / Enhancements

  • Update Documentation (#182)
  • Update Examples to Grafana 10 (#190)
  • Add Result v2 with unsubscribe function (#188)
  • Update Streaming to redraw charts (#188)
  • Update to Grafana 10.0.0 (#191)
  • Update README and panel options (#192)
  • Remove Grafana 8.5 support (#193)
  • Update to Grafana 10.0.2 dependencies (#195)
  • Update ESLint configuration (#196)
  • Add Wordcloud Extension (#198)
  • Update to Apache ECharts 5.4.3 (#199)