Two lines one one graph - lines are not valid

Issue #8 resolved
Kacper Mazek created an issue

As you can see in attachment, lines are not correct according to numbers.

With one line, example "Remaining work" only, line is present correctly

Both data-sets are set to "NONE (show all)"

JGL to remaining work: PROJECT= XXX AND issuetype = sub-task AND Sprint in openSprints() AND status was in ("To do", "In progress",Review)

JGL to Sprint scope: PROJECT= XXX AND issuetype = sub-task AND Sprint in openSprints() AND status was in ("To do", "In progress",Review) OR status was in ("Done")

Comments (7)

  1. Kacper Mazek reporter

    Something crazy is hapenning, after each refresh chart looks different, but data are the sameReamining work vs sprint scope ex2.jpg

  2. Kacper Mazek reporter

    After playing with it more, I can see that problem exists only with C3 style. Plotly generates for 1 second random graph, but after that it's updating to the correct one. Maybe issue is with complicated filters and more data - in C3 final view is generated to early

  3. boydo repo owner

    Looks like the issue may be within the C3 external library. I see some recent fixes that may help this issue.

  4. boydo repo owner

    @kmazek I've bumped the C3js version to include a lot of recent fixes, that could potentially resolve this. Unfortunately, I'm struggling to reproduce it, so can't verify the fix at this stage. Could you let me know if there is any improvements to your graphs pls?

  5. Log in to comment