Dashboards Library 1.1.0

Sub-tasks

  • [PFPCS-1379] - Rebuild HighchartLibrary_Examples.

  • [PFPCS-1468] - BarSeries constructor change.

    • To switch between bar and column series you now use setHorizontal(true/false) method instead passing true/false into series constructor.

  • [PFPCS-1470] - Change BarSeries into ColumnSeries.

    • Basic “column” type series was change from bar to column because of more frequently uses of it.

Stories

  • [PFPCS-1156] - Rework chart elements into series elements

    • Charts were split into basic chart and specific series. For example LineChart is now split into LineChart.chart() → Chart.newChart() and LineChart.series() → LineSeries.newLineSeries().

  • [PFPCS-1157] - Introduce a new way of assigning axes to charts

    • Instead assign all axes to chart now you assign axis separately to series which use it.

  • [PFPCS-1351] - Hide the examples dashboard by default

  • [PFPCS-1413] - Add color for series

  • [PFPCS-1415] - Add dashLine to line series

  • [PFPCS-1416] - Add marker support for series

  • [PFPCS-1456] - Default color behaviour for waterfall chart

Tasks

  • [PFPCS-1079] - Manage Sonar bugs and code smells on Dashboards Library

  • [PFPCS-1237] - Disable credits by default in HighCharts

  • [PFPCS-1283] - Unify classes of queries in QueryModule.

  • [PFPCS-1431] - New name of method getInstace() for HighchartsLibrary classes.

  • [PFPCS-1487] - Update HighmapsLibrary to new naming convention.