Skip to content

chart rendering wrong #8

@rjangid1

Description

@rjangid1

Hi, I am getting weird behaviour in chart where lines are showing as extended beyond values.

chart options

fakeUsers2: {
        data: null,
        description: 'Some other user account information, by date',
        src: 'data/fake_users2.json',
        title: 'Some Other Account Information',
        x_accessor: 'date',
        y_accessor: 'value',
        area: false,
        miny:100
      },

attached screenshot

screen shot 2016-04-12 at 1 16 33 pm

sample data

[
    [
        {
            "date": "2016-03-19T15:18:23.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:20:36.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:23:45.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:26:49.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:29:57.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:33:41.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:38:42.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T15:48:30.463Z",
            "value": 0
        },
        {
            "date": "2016-03-19T16:07:07.463Z",
            "value": 1
        },
        {
            "date": "2016-03-21T02:53:25.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:44:03.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:44:35.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:47:56.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:48:46.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:52:55.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T03:53:45.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T04:52:22.463Z",
            "value": 0
        },
        {
            "date": "2016-03-21T04:56:47.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T04:57:32.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T04:58:53.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T05:01:04.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T05:02:20.463Z",
            "value": 1
        },
        {
            "date": "2016-03-03T10:49:08.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T10:51:13.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T10:54:05.463Z",
            "value": 0
        },
        {
            "date": "2016-03-03T10:55:02.463Z",
            "value": 0
        }
    ]
]

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