Open sriramveeraghanta opened 5 days ago
The changes in this pull request involve modifications to the CHARTS_THEME
constant in the web/core/constants/graph.ts
file, where the textColor
property has been restructured into a nested object format. Additionally, the package.json
file for the web
project has been updated to change the versions of several @nivo
packages from fixed to caret versions, allowing for more flexible dependency management.
File | Change Summary |
---|---|
web/core/constants/graph.ts | Updated CHARTS_THEME constant: textColor changed to nested object text: { color: ... } . |
web/package.json | Updated dependency versions for multiple @nivo packages from fixed (0.80.0 ) to caret (^0.88.0 ). |
In the garden of code, changes bloom bright,
Text colors nested, a beautiful sight.
With Nivo's new versions, we hop with glee,
Flexibility's here, as happy as can be!
So let’s dance through the branches, with joy we shall sing,
For every small change makes our project take wing! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Chores