bokeh vbar_stack with streaming data

I’m trying vbar_stack with streaming data. The chart comes fine and streaming also happens without any issue, but v_bar width of 0.9 is not getting applied and it’s coming as a line. Could anyone help find what’s causing this?

myFigure.vbar_stack(regions, x=‘time’, width=.9, color=colors, source=regionSource,legend=[value(x) for x in regions])

PFA screenshot as well.

Hi,

See this SO answer:

  python - Bokeh: Vbar cannot be shown for datetime xaxis - Stack Overflow

(and please feel free to also upvote)

Thanks,

Bryan

···

On Sep 28, 2018, at 10:42, Venugopal Madathil <[email protected]> wrote:

I'm trying vbar_stack with streaming data. The chart comes fine and streaming also happens without any issue, but v_bar width of 0.9 is not getting applied and it's coming as a line. Could anyone help find what's causing this?

myFigure.vbar_stack(regions, x='time', width=.9, color=colors, source=regionSource,legend=[value(x) for x in regions])

PFA screenshot as well.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/3cbad0f5-469f-4ab7-b782-9bd80736cd26%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<Screen Shot 2018-09-28 at 10.41.52 AM.png>

Done. Thanks!

···

On Friday, 28 September 2018 10:52:30 UTC-7, Bryan Van de ven wrote:

Hi,

See this SO answer:

    [https://stackoverflow.com/a/49204788/3406693](https://stackoverflow.com/a/49204788/3406693)

(and please feel free to also upvote)

Thanks,

Bryan

On Sep 28, 2018, at 10:42, Venugopal Madathil [email protected] wrote:

I’m trying vbar_stack with streaming data. The chart comes fine and streaming also happens without any issue, but v_bar width of 0.9 is not getting applied and it’s coming as a line. Could anyone help find what’s causing this?

myFigure.vbar_stack(regions, x=‘time’, width=.9, color=colors, source=regionSource,legend=[value(x) for x in regions])

PFA screenshot as well.


You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/3cbad0f5-469f-4ab7-b782-9bd80736cd26%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<Screen Shot 2018-09-28 at 10.41.52 AM.png>