Home Forums Chart Support Columns sticking one to another

Columns sticking one to another

Viewing 4 posts - 1 through 4 (of 4 total)
  • #15211

    Hi,
    Is there a way in CanvasJS to render time series chart similar to the one here http://code.shutterstock.com/rickshaw/examples/extensions.html
    (the bar example). I need a time series chart where columns would render without a space in between (stick one to another).
    I can’t achieve this with the column chart type

    #15221

    @websash

    We do have date and time axis. To eliminate a space between columns, you can use dataPointWidth.
    Please take a look at this jsFiddle.

    —-
    Bivek Singh

    #27788

    @Bivek, thank you, A small overlap occurs when removing spaces of the column.
    You can see the overlap clearly by enable the zoom option.

    zoomEnabled: true,
    rangeChanged: removeGapBetweenColumn,

    Can you please share any idea, how can we resolve this.

    #27795

    @zahid,

    Sorry, it’s not possible to remove space between columns on zooming as of now.

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.