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.

Draw empty columns with Column chart

See original GitHub issue

(Sorry, this issue will be in Englush)

🧐 问题描述 [详细地描述问题,让大家都能理解]

🧐 Problem description

Using the Column chart, I have a dataset for example:

[
  { date: '01-01-2021', count: 3 },
  { date: '02-01-2021', count: 7 },
  { date: '03-01-2021', count: 0 },
  { date: '04-01-2021', count: 0 },
  { date: '05-01-2021', count: 0 },
  // ...
]

Screenshot of current chart

I would like to fill in the empty parts of the chart with a small so it is not completely empty.

For example:

Screenshot of graph with filled in empty columns

Is it supported? I simply want empty/0 values to be still drawn with a very small height.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lxfu1commented, Mar 31, 2021

This is not a good idea and will not be supported.

0reactions
tqwewecommented, Feb 24, 2021

Okay, I hope this could be added in the future

Read more comments on GitHub >

github_iconTop Results From Across the Web

Display empty cells, null (#N/A) values, and hidden ...
Change the way that empty cells, null (#N/A) values, and hidden rows and columns are displayed in a chart ... Go to Chart...
Read more >
javascript - Highcharts Columns with empty columns
I want to show a column chart that will show empty columns on days without data. I have previously done this in amCharts,...
Read more >
Column chart with empty columns for date in x-axis
Column chart with empty columns for date in x-axis - Javascript highcharts. Javascript examples for highcharts:Chart Axis.
Read more >
Drop Empty Columns in Pandas
In this article, we will try to see different ways of removing the Empty column, Null column, and zeros value column.
Read more >
Solved: Empty columns in clustered column chart
Clustered column chart aligns with each labels and group by legends, it will keep the space of blank items and not support auto...
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