Styling
Add the following lines after instantiating the stxx chart object to animate a candle chart: new CIQ.Animation({ stx: stxx, animationParameters: { tens...
Tue, 30 Nov, 2021 at 9:43 AM
Within a chart how do I change the gridlines color and size? To change the style of the gridlines, you can use CSS as such: .stx_grid { /* Default Gri...
Tue, 16 Nov, 2021 at 3:01 PM
Customize the color of the line itself for a line chart during extended hours. A jsfiddle example showing how to do this can be found here: https://jsfi...
Tue, 30 Nov, 2021 at 12:00 PM
I'd like to not only style the pre- and post-market segments on the chart but also color the line graph during those periods. Answer: https://jsfid...
Tue, 16 Nov, 2021 at 2:55 PM
What is the way from the native SDK to modify the y-axis formatting to contain USD symbol and set the decimals count? To make modifications to the decim...
Tue, 16 Nov, 2021 at 3:22 PM