Typing of ApexAxisChartSeries #4847
davetapley
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The linked docs don't explicitly show it...
apexcharts.js/types/apexcharts.d.ts
Lines 300 to 307 in c6f544f
Nor does the typing allow it...
apexcharts.js/types/apexcharts.d.ts
Lines 337 to 339 in c6f544f
But passing data like this does work at runtime:
Despite failing type check (understandably) with:
Is this undocumented/untyped functionality which is but supported (i.e. a bug in the types), or an edge case which just happens to work at runtime?
Beta Was this translation helpful? Give feedback.
All reactions