Allow other data
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior Hi I have this as data in a pie chart : { ‘name’: ‘Carburant Pétrolier VE’, ‘value’: 2306.18, ‘filter’: ‘G33’ }, { ‘name’: ‘Assurance (Prime et Fond de garantie)’, ‘value’: 1537.95, ‘filter’: ‘G69’ }
and on select when i get the data selected it returns only name and value NOT filter, is there a way to get the filter.
Expected behavior I should get name and value and filter
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
-
ngx-charts version: x.x.x 6.0.0
-
Angular version: 2.x.x
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:25 (2 by maintainers)
Top Results From Across the Web
Apply data validation to cells - Microsoft Support
Try it! Select the cell(s) you want to create a rule for. Select Data >Data Validation. Data Validation. On the Settings tab, under...
Read more >Allow Other Entries With Excel Drop Down List
If you want to allow other entries with Excel drop down list, follow the steps below, to enable that option.
Read more >Enable Conditional Data Entry in Excel using Data Validation
Data Validation enables you allow conditional data entry in excel. In this tutorial, you will learn how to use it for data entry...
Read more >Excel Data Validation - Limit What a User Can Enter into a Cell
Data Validation is a tool in Excel that you can use to limit what a user can enter into ... The different types...
Read more >Excel drop down list: how to create, edit, copy and remove
Open the Data Validation dialog window. Select List from the Allow drop-down box. In the new Source box, enter the formula referring to...
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
I was thinking about putting all extra data that we want to pass in click/tooltip events in a separate property. So the data would look like this:
This way, everything you would like to pass in those events (in addition to the name and value properties) should be put under
data
. Does that make sense?Update 19 August 2019
This feature has been implemented and available since version 12.0.0. Instead of
data
, the property is calledextra
The format now looks like this:Please add this my boss is gonna kill me 😄