Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LineChart (Multi Series) - Not showing info of single line series data. #107

Open
durgesh94 opened this issue Jan 14, 2020 · 2 comments
Open

Comments

@durgesh94
Copy link

sampleData = [
{
seriesName: 'Series1',
data: [
{ x: '24-Feb', y: 66 },
{ x: '25-Jun', y: 77 },
{ x: '26-Oct', y: 44 },
{ x: '27-Dec', y: 9 },
{ x: '25-Dec', y: 70 }
],
color: 'blue',
},
{
seriesName: 'Series2',
data: [
{ x: '24-Apr', y: 90 },
{ x: '24-Apr', y: 60 }
],
color: 'red',
},
];

Woking fine with parallel two series data but not working for single series data.
please refer attached screenshots.
Screenshot1: working fine.
Screenshot2: clicking on the green circle dots, it is not showing info as screenshot1.
with above data.
screenshot1
screenshot2

@HahaHopeless
Copy link

having the same issue. Did you ever find a fix???

@HahaHopeless
Copy link

HahaHopeless commented Oct 29, 2020

BTW, I think that it supposed to be this way because the data for the specific date can either be 0 or more than 0 and not null. So it makes sense that this works only with parallel data and not with single line in multiple series mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants