question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Stacked Areas and Lines

See original GitHub issue

Strangely, I can’t find a suitable issue for this. Anyway, I will submit a PR later this week to add support for this:

Screen Shot 2019-04-17 at 10 21 36 PM

Implementation is basically done, needs docs and tests. Would not mind some feedback on a couple of questions:

  • The harea and varea only have fill props currently. The rationale is that AFAICT these kinds of charts never outline the sides/bottom. Does that seem reasonable?

  • x1 and x2? or x0 and x1?

cc @bokeh/core @bokeh/dev @pzwang for any comments before submitting

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bryevdvcommented, Apr 28, 2019

OK I will push and merge a quick PR for this later today, so I can include these areas in the hatching pr

0reactions
birdsarahcommented, Apr 28, 2019

Cool. Thanks! I think it’s fine to move ahead…and maybe open an issue for patch hover?

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Complete Guide to Area Charts | Tutorial by Chartio
Area charts combine the line chart and bar chart for more specific purposes. Use this guide to learn the best times and ways...
Read more >
Stacked area chart - Python Graph Gallery
A collection of stacked area chart examples made with Python, coming with explanation and reproducible code.
Read more >
Stacked Area chart - The R Graph Gallery
A stacked area chart displays the evolution of a numeric variable for several groups. It is very close to a area chart. This...
Read more >
Area Charts: Standard, Stacked & Overlapping: | by Darío Weitz
An area chart is a form of line chart with the area between the horizontal axis and the line that connects data points...
Read more >
Stacked Area Graphs Are Not Your Friend - everyday analytics
The problem with stacked area graphs is that of baselining. When we compare multiple lines in a line graph which are comparing from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found