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.

How to hide series data if another series data not set ?

See original GitHub issue

Example I have 2 series datasets

series: [
   {
     name: 'A',
     data : [1, 2, 3]
   },
   {
     name: 'B',
     data : [1, 2, 3, 4]
   }
]

screen shot 2017-12-04 at 12 05 53

Serie A is a main and you see serie B has more data length than serie A Im looking for some config something like “Dont show if another data set is empty” (In the real world (screenshot) the last red dot will not be shown)

Thanks so much.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pissangcommented, Dec 5, 2017

No proper option yet. Will improve it later:)

0reactions
stale[bot]commented, Apr 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Hide a Series in an Excel Chart Data Table - YouTube
A question that has come up a few times during various training sessions on charts and dashboards is "Can I hide one or...
Read more >
Change the data series in a chart - Microsoft Support
Click anywhere in your chart. · Click the Chart Filters button · On the Values tab, check or uncheck the series or categories...
Read more >
Hide Series Data Label if Value is Zero - Peltier Tech
Single click twice on the zero label on the chart itself — now only that label is selected — press delete. Do that...
Read more >
How to hide a series from MS Excel chart data table?
Choose cells of Series 3 from data source > Format Cells > Custom > Enter ;;; (three semicolons) as the format > Press...
Read more >
How to add and remove data series | Exceljet
Once you have a chart, you may want to add or remove data series. If all data series are in contiguous cells, it's...
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