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.

Using only certain series for scaling

See original GitHub issue

Is it possible to configure the Scale https://github.com/leeoniya/uPlot/blob/master/dist/uPlot.d.ts#L285 such that only certain series are used for scaling the axis?

I tried setting auto to false, as well as min/max to null but seems like there is no way to exclude certain series from scaling.

The reason is that I am only interested in seeing certain series if they close in on another series (think moving average).

Any suggestions?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
noobymcnoobcommented, Sep 10, 2020

Can confirm this works, after spending 2 hours debugging a data issue 😃

Thanks Leon!

0reactions
noobymcnoobcommented, Sep 9, 2020

I would say given your goals for the library to keep things simple that performance is a valid reason but I like your example here, I think this will work. I will try it out today. Thanks again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

All about Feature Scaling - Towards Data Science
The most common techniques of feature scaling are Normalization and Standardization. Normalization is used when we want to bound our values ...
Read more >
Scaling data that are on different orders of magnitude for plotting
The problem is that the scale of the data is dramatically different. where Visits are in the thousands and Orders Created are in...
Read more >
Change the scale of the depth (series) axis in a chart
In the Format Axis dialog box, click Axis Options if it is not selected, and then do one or more of the following:...
Read more >
Step and simple scaling policies for Amazon EC2 Auto Scaling
The following procedure shows you how to use the Amazon EC2 Auto Scaling console to create two step scaling policies: a scale-out policy...
Read more >
Excel Panel Charts with Different Scales - Peltier Tech
Create a panel chart with unequal axis scales in each panel.
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