Mark Silverwood
Mark Silverwood
FYI: The existing CircleCI docker image `circleci/node:16` was deprecated earlier this year (Feb) hence the reason Node was being loaded as `16.13`. I've updated the config file to rather use...
Thanks. I'm able to reproduce this behaviour using `fontSize` instead of background color as the mutated option. The typescript types for those returned options are `ReadOnly`, however there is nothing...
Just to check: You can only pass 'attributes' to Lightweight charts which are valid json? Thus you can't pass a function as part of the attribute. Is that correct? This...
Already implemented on the documentation site.
**To fix the pipeline:** 1. Make the `build` job require the completion of the `install-deps-website` job (in addition to `install-deps`). 2. Bump required node version from `16.3.1` to `16.14`. ---...
> Yes. But probably we need to merge #1143 first and then bump version to `18.6.5`. Or even bump this version in #1143. Agreed, that it would be better to...
@romfrancois @kirchet Tested this PR again with Node 16.16 and the recent merge. Should be good to go. The `dts-changes` CI test fails but is expected because there was a...
Duplicate of #518 The data obtained from the crosshairMove event won't exclude the colours, or additional properties on that data point. If you are setting the colours for each data...
Related: https://stackoverflow.com/a/73209722/1934064
That chart is a great idea. 👍 However, it's not possible to do a heat map within Lightweight charts at the moment, and I believe that this would be out...