Closed nicholas-newman1 closed 4 years ago
Not sure if this will help but check the docs of tradingview/lightweight-charts at v2.0.0 which is what this repo uses. :)
@nicholas-newman1 Could you send me a Codesandbox link so I can easily review your issue? Thanks :)
@AurelReb It looks like the tickMarkFormatter method was added in v3.0 of lightweight charts, which explains why adding in the property does nothing. Thanks anyways!
As I can see in dependencies, now version 3.3 is used, but anyway tickMarkFormatter doesn't work
Code
Expected Result Each tick mark on the time scale should say 'TEST'. Border color should be white.
Actual Result No change in what each tick mark displays. Border color does change to white.