Skip to content

some numbers do not show #11

@perryn

Description

@perryn

I had an issue where some of my numbers did not show

It turned out to be the line

if (val!=last_val || i==series.data.length-1) {

which appears to skip number that have the same number as the previous processed value. However the numbers are not presented in graph order, so I'm not sure what it is trying to achieve.

anyway I replaced this line with

   if(true) {

and it worked for my use case..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions