Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v1.0.0

Latest

Choose a tag to compare

@mtho11 mtho11 released this 02 May 14:39
  • Breaking Change: Rename ‘hawkular-chart’ directive to ‘hk-metric-chart’ to be more meaningful
  • Breaking Change: Renamed all chart types with a ‘hk-*’ prefix to be more consistent with standard directive library naming conventions
  • Fully responsive resizing on 2 axes. Before this, there was responsiveness achieved by proportionally stretching along one axis (and the other axis would stretch according to the height/width ratio. Things like fonts and line sizes can get stretched out of proportion at various large sizes. Now, font sizes change based on size and labels and axes are actually hidden if the chart size becomes too small. The number of ticks are the axes is also adjusted based on how much room there is on the axis line. This addresses some issues with aspect ratios scaling not properly filling smaller containers. Now charts properly fill the parent container.
  • Eliminated a separate sparkline chart type. Since the new hk-metrics-chart is fully responsive it can also be sized down to a sparkline sized chart (and maintain all of the features of a larger chart type). Number of ticks on axes is responsive to the size (and axis labels are removed when it becomes too small to view)
  • Predictive future values line (dotted line) to show likely future trend. Also predictive cone around future value line to further identify the predictive range of values.
  • Upgraded to current Node.js (version 6.x as required)
  • Add patternfly look-n-feel to the examples