folkehelseinstituttet / Fhi.Frontend.Demo

MIT License
2 stars 1 forks source link

Remove interface AllDiagramOptions from FHI AngularHighcharts #541

Closed proand closed 1 month ago

proand commented 2 months ago

Description

The interface AllDiagramOptions is overtaken by events, and seems pretty redundant as it is implemented now.

Acceptance Criteria

  1. Go to https://dev-designsystem.fhi.no/developer/components/highcharts
  2. Check that all examples looks and works the same as i prod

Supplementary information

These are the three properties that needs a new implementation:

{
  allMapsLoaded?: boolean;
  seriesHasDecimalDataPoints?: boolean;
  seriesHasNegativeDataPoints?: boolean;
}