Hello,
I'm developing an application which requires stock chart and ejs-stockchart component is just the thing I need. The only problem is that I can't figure out how to configure styles on header of the chart:
Is there any example (besides the demo - which seems quite complicated) on how to style those elements? I'm using Angular 9 and this is my implementation:
HTML:

Typescript (the rest of the file is just declarations - on the image is shown the only part where I'm actually configuring stockchart):
Soo the output is this:
The header is obviously not showing properly, so I would like to know how to configure those elements? Is there any way to hide the whole header?
Thanks for your answers!! I really appreciate it!