-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lib): Inherits the dark/light theme's mode management using css variables and an ODS Charts DEFAULT mode #422
base: main
Are you sure you want to change the base?
Conversation
980c81e
to
59df041
Compare
Perhaps it would be possible to do as in the example https://www.w3schools.com/howto/howto_html_include.asp to mutualize header and footer code? This is optional, perhaps to be dealt with at a later date. |
4b60ac5
to
258b347
Compare
✅ Deploy Preview for ods-charts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
258b347
to
acfb9ef
Compare
a2aad1f
to
f605f4a
Compare
f605f4a
to
9516175
Compare
…variables and an ODS Charts DEFAULT mode
9516175
to
f9a8f32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we remove the fact that we can filll in a mode ?
color: ['#B5E8F7', '#80CEEF', '#4BB4E6', '#3E9DD6', '#237ECA', '#085EBD'], | ||
color: [ | ||
'var(--ods-blue-100, #B5E8F7)', | ||
'var(--ods-blue-200, #80CEEF)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'var(--ods-blue-200, #80CEEF)', | |
'var(--ods-blue-200)', |
Note: Please transform
- [ ]
into- (NA)
in the description when things are not applicableRelated issues
NA
Description
TODO
Motivation & Context
Be able to use Boosted contextual dark mode to use ODS Charts dark mode. And handle the mode so it looks like Boosted v5.
Types of change
Test checklist
Please check that the following tests projects are still working:
docs/examples
test/angular-ngx-echarts
test/angular-echarts
test/html
test/react
test/vue
test/examples/bar-line-chart
test/examples/single-line-chart
test/examples/timeseries-chart