Line Chart Extra Data not exposed
See original GitHub issueI’m submitting a … (check one with “x”)
- bug report - search github for a similar issue or PR before submitting
- feature request
- support request - use StackOverflow (add the
ngx-charts
tag) or the gitter chat for support questions
Current behavior
The standard line chart doesnt expose the “extra” field in their data when clicked on (in the emitter).
Expected behavior
The standard line chart should expose the “extra” field in the data.
Reproduction of the problem
Any line chart example with the extra-field set.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Angular CLI: 7.0.4 Node: 10.13.0 OS: win32 x64 Angular: 7.0.2
- ngx-charts version: 10.0.0
- Angular version: 7.0.2
- Browser: [all]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
A Line chart may plot gaps in lines when the data range ...
Describes an issue where the lines of a Line chart may plot with gaps when the data range of the chart contains blank...
Read more >ggplot line chart does not show data correctly - Stack Overflow
I suspect something is wring either with "group = 1" or the data type of the example$dates column! I am thankful for any...
Read more >Essential Chart Types for Data Visualization | Tutorial by Chartio
Line charts show changes in value across continuous measurements, such as those made over time. Movement of the line up or down helps...
Read more >Visual Business Intelligence – Confusion about Line Graphs
These lines summarize patterns in quantitative data sets rather than representing ... These graphs do not represent actual values that have been collected, ......
Read more >Line graph has too many lines, is there a better solution?
A simple (but by no means the best) way to do this is to perform a few iterations of "median polish" on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iWumbo1 because its not there – I’m working on adding this as a feature and make a pull request.
For now, you can try to use my ‘test’ package ngx-charts-extra on npm – Its up to date with the current ngx-charts version but I’m making public features there before making a pull request to the main package as that requires more testing & updating docs.
Bump.