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.

addSeries() and Indicators

See original GitHub issue

Is there a way to use Indicators? I am able to import the scripts, but I can not use addSeries() to pass the data. The ema settings are beeing ignored.

this.$refs.stockOptions.addSeries( { id: 'aapl', name: 'AAPL Stock Price', data: data }, { type: 'ema', linkedTo: 'aapl' } );

Can I pass the argumets some other way?

Source: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/ema

Thank you

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
SonOfCryptocommented, Jan 26, 2018

hi @superman66. the developer of https://github.com/streamlinesocial/highcharts-regression updated his script so that addSeries() now works. Thank you for your help!

0reactions
superman66commented, Jan 21, 2018

You can try it if Highcharts-regression can addSeries dynamic in pure Javascript or jQuery(without using vue.js).If it works, then we can solve it in vue.js.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Additional series selector in custom indicator
I'm building a custom indicator whitch requires two different series as input parameters, ... addSeries() method to add series.
Read more >
Is it possible to define custom technical indicators, that ...
Average between two series can be simply added as another separate series. You can use for example load event to calculate it and...
Read more >
AddDataSeries() - NinjaScript
If your NinjaScript object is using AddDataSeries() allowing to specify a tradingHoursName, please keep in mind that: An indicator / strategy with multiple ......
Read more >
Series Renderer tutorial - ChartIQ SDK Documentation
Series are linked to "renderers" to create different visualizations on the chart. Using addSeries() · addSeries() adds additional data to stxx.chart.masterData ...
Read more >
dojox.charting — The Dojo Toolkit - Reference Guide
Using addSeries(), you can define the data sets that will be displayed by a plot the chart. addSeries() accepts three parameters, a name,...
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