I'm trying to enable the chart's scroll and I want the title to be fixed in position as I scroll.
I can achieve this by using Highstock.js library and adding this small piece of code.
scrollbar: { enabled: true }
I tried importing the script but I'm having this error Highcharts already defined in a page, since highcharts.js is already being used by Outsystems Charts.
I'm also concerned about the future limitations that we might encounter if we can't use Highstock.js.
Is there anyway around this? Thank you
Hi C M,
have you tried removing OutsystemsCharts as a dependency from your module ?
Can you share a sample oml for us to take a look at a way to fix ?
Dorine
Hi Dorine,
I'd like to use OutsystemsCharts and implement the highstock at the same time