Gaël Poupard
Gaël Poupard
Saving at least an octet per color: - [MDN reference](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Syntax_2) - [Manuel Matuzovic TIL #33](https://www.matuzo.at/til/) - [Can I Use](https://caniuse.com/#feat=mdn-css_types_color_space_separated_functional_notation) - [Mathias Bynens explanations and examples, on Twitter](https://twitter.com/mathias/status/1253242715304857601)
- [ ] https://nivo.rocks/ - [ ] https://designsystemssurvey.seesparkbox.com/2019/ - [ ] https://vega.github.io/vega/examples/ - [ ] https://apexcharts.com/ - [ ] https://datavizproject.com/ - [ ] [Bubble chart example by Miram Suzanne](https://talks.oddbird.net/dynamic-css/vueconf19/?view=slides&active=slide-100). The...
[WCAG non-text contrasts examples](https://www.w3.org/WAI/WCAG21/Understanding/non-text-contrast.html) explains tons of very useful things, and have a few pie charts examples.
FWIW, chaarts is very close to be usable as a library, after #9. Dist files to package: - CSS compiled + minified files - Sourcemaps - Sass sources - JS...
There's probably more things to add to the configuration file, isn't it?
`filter` allows a lot of things. The first idea stepping in my mind is using `grayscale()` function on other parts when hovering a chart, to improve the overall contrast between...
`offset-path` is really promising, and I guess we could use it in some of the charts. - [Can I Use `offset-path`?](https://caniuse.com/#search=offset-path) - [Michelle Barker has an interesting post "Fun with...
Eg. first line chart, displaying some temperatures mont by month, could use [data.gouv.fr datasource about regional temperatures over years](https://www.data.gouv.fr/fr/datasets/temperature-quotidienne-regionale-depuis-janvier-2016/). Another pertinent dataset is [environmental impact comparisons (in French)](https://raphael-lemaire.com/2019/11/02/mise-en-perspective-impacts-numerique/).
Keeping progressive enhancement in mind, we might be able to use scrollable charts and improve it with `scroll-snap` CSS module.
@htmlvv came up with `:focus-within` idea to enhance charts' interactions; it might be a nice way to push charts further by adding a complete interaction layer :)