ChartMaster
ChartMaster
It's not supposed to be free. But, hey you can try to hack the code: https://github.com/project-nv/night-vision/blob/100a357d9cadd9090c49e74651fa22546051631e/src/core/cursor.js#L37 https://github.com/project-nv/night-vision/blob/100a357d9cadd9090c49e74651fa22546051631e/src/core/cursor.js#L97
We have even better one: just copy the `.navy` file, replace the name `[OVERLAY name=PC3...` and change the legend function.
For now it's the `props` field, later will also be `dataStatic`
Try to add in your overlay : ```navy prop('data', { type: 'array', def: [] }) ``` Then: ``` $props.data ```
You need scripts to produce new data, overlays for rendering (by design).
Tbh, I like a solution that doesn't depend on the data. Makes it more robust. Yeah, the 1W & 1M are wrong rn. I'll think about it later (btw, will...
Ok, let's make indentation consistent (4 spaces) and I'll test this & add.
I agree, it needs to be done at some point. Right now, I'm busy with different tasks. If you'd like, you can fix the indentation everywhere. That would be a...
I've not ported to mobile yet, overall mobile design should be reevaluated
I think thit is the current priority.