Pre loader

Logarithmic Scale for Javascript Scichart

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Working on an application that requires toggling between Linear and Logarithmic scales. I am using the JavaScript version of the library, and I see that there is a LogarithmicNumericAxis available in the WPF version but there is not one currently supported in the JS version.

Curious if there were any recommendations on how to go about hand rolling this type of functionality?

The application is doing realtime streaming of data points so need to be able to update existing values as well as handle incoming values.

Version
1.4.1569
  • You must to post comments
1
0

Hi James

It’s on our roadmap and we’re working on Logarithmic Axis for SciChart.js as we speak.

What are your requirements for log axis? What kind of use-cases do you need? Does the data contain both negative and positive numbers? Do you need log base 10, log E or log 2? How do you expect labels to be displayed? e.g. with scientific notation, engineering notation or just standard?

Best regards,
Andrew

  • James Miller
    Great to hear that it is an upcoming feature. There are positive and negative values. If necessary negative values can be stripped out but would affect linear values. Log base 10, scientific notation display labels are preferred. Standard notation is OK
  • Andrew Burnett-Thompson
    OK got it. Positive / negative is a difficulty as those pass zero and create an asymptote. However I believe we’ve ‘solved’ that problem in other platforms, you have to create a dead zone and filter data, or show one side or the other. Will keep you updated
  • You must to post comments
1
0

Any idea when this feature is likely to be implemented?

Cheers

  • Michael Holloway
    Is this feature available yet? I need it for an active project. I had assumed it was available as we’ve been using the WPF version with this functionality, and we need to develop a web app with the same. If not, is there a list of other missing features from javascript version?
  • Andrew Burnett-Thompson
    Hi Michael and Henrique, Logarithmic Axis has been implemented in our v2.x internal build. We are also developing a number of other major enhancements such as Vertical stacked Axis, Central Axis, Point Metadata, Series & DataPoint Selection, Theme enhancements and more. Release date for this next major version is end of August. If you need something sooner, we can provide access to BETA builds on the proviso that it is in-flux and may have breaking changes.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies