jbaran
Posts: 6
Joined: Mon Nov 04, 2024 9:52 am

Stocktools GUI Custom Titles

Hi,

I'm using stock chart with tools and I'd like to rename the indicators in popup to some other titles. E.g: changing 'DEMA' to 'Double Exponential Moving Average'

I've tried to use setOptions with lang but with no luck.

Here is a demo: https://codesandbox.io/p/sandbox/highch ... 35c14a291a

Is it possible to change the titles and show only the indicators I want to show?

Thanks,
michal.f
Site Moderator
Posts: 1128
Joined: Thu Aug 12, 2021 12:04 pm

Re: Stocktools GUI Custom Titles

Hello!

This can be changed, but not with the config. You have to use a wrapper to override the nameBase of this indicator.

Demo: https://codesandbox.io/p/sandbox/highch ... %3A25%2C16
Docs: https://www.highcharts.com/docs/extendi ... highcharts

Let me know if that is what you were looking for!

Regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Stock”