Using only certain series for scaling
See original GitHub issueIs 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can confirm this works, after spending 2 hours debugging a data issue 😃
Thanks Leon!
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.