Added palette support to raster. Instead of grayscale, they're now rendered using the palette defined in the config file.
Added a colorbar (shown in the above image) to show what values the different colors correspond to.
Fixed the graph sizing. It was not sizing properly sometimes.
Added a title. Previously, it was just showing "Dash" on the title bar.
Added unit to graph's y-axis.
Added copyright notice, as required by OpenStreeMap.
In the next PR, I'll try to add support for the play button.
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
Checklist:
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
[X] I have checked my code and corrected any misspellings
[X] I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.
Description
In the next PR, I'll try to add support for the play button.
Type of change
Checklist: