Data label is not showing if the dataset length is not eqaul. #1058
GivenDanguruMedi
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
Uh oh!
There was an error while loading. Please reload this page.
-
Data 1 = [{"frontColor": "#21CE99", "label": "18", "value": 110.168}, {"frontColor": "#21CE99", "label": "14", "value": 115.956}]
Data 2 = [{"frontColor": "#21CE99", "label": 7, "value": 0}, {"frontColor": "#21CE99", "label": 8, "value": 0}, {"frontColor": "#21CE99", "label": 9, "value": 0}, {"frontColor": "#21CE99", "label": 10, "value": 0}, {"frontColor": "#21CE99", "label": 11, "value": 0}, {"frontColor": "#21CE99", "label": 12, "value": 0}, {"frontColor": "#21CE99", "label": 13, "value": 0}, {"frontColor": "#21CE99", "label": 14, "value": 0}, {"frontColor": "#21CE99", "label": 15, "value": 0}, {"frontColor": "#21CE99", "label": 16, "value": 0}, {"frontColor": "#21CE99", "label": 17, "value": 0}, {"frontColor": "#21CE99", "label": 18, "value": 0}, {"frontColor": "#21CE99", "label": 19, "value": 0}, {"frontColor": "#21CE99", "label": 20, "value": 0}, {"frontColor": "#21CE99", "label": 21, "value": 0}, {"frontColor": "#21CE99", "label": 22, "value": 0}, {"frontColor": "#21CE99", "label": 23, "value": 0}, {"frontColor": "#21CE99", "label": 24, "value": 0}, {"frontColor": "#21CE99", "label": 25, "value": 0}, {"frontColor": "#21CE99", "label": 26, "value": 0}, {"frontColor": "#21CE99", "label": 27, "value": 0}, {"frontColor": "#21CE99", "label": 28, "value": 0}, {"frontColor": "#21CE99", "label": 29, "value": 0}, {"frontColor": "#21CE99", "label": 30, "value": 0}, {"frontColor": "#21CE99", "label": 31, "value": 0}, {"frontColor": "#21CE99", "label": 1, "value": 0}, {"frontColor": "#21CE99", "label": 2, "value": 0}, {"frontColor": "#21CE99", "label": 3, "value": 0}, {"frontColor": "#21CE99", "label": 4, "value": 0}, {"frontColor": "#21CE99", "label": 5, "value": 0}, {"frontColor": "#21CE99", "label": 6, "value": 0}, {"frontColor": "#21CE99", "label": 7, "value": 0}]
If the dataset length is equal, it does show 2 lines. Would appreciate the help to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions