You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a minor suggestion about dicopal: you're using version 0.6.4 and could upgrade to version 0.8.1, which would give you the following without changing your code:
a new palette (Observable10) for “typo” representation with 10 categories,
a smaller build size thanks to a more compact palette representation.
Just a minor suggestion about dicopal: you're using version 0.6.4 and could upgrade to version 0.8.1, which would give you the following without changing your code:
Observable10
) for “typo” representation with 10 categories,In addition, I believe you have some code (here) to generate a palette with more classes than the maximum number of colors of the original palette. Dicopal has the
getSequentialColors(<palette name>, <number of colors>)
function to manage this directly for you if you want (see https://github.com/riatelab/dicopal.js?tab=readme-ov-file#generating-colors-for-interpolated-sequential-palettes).The text was updated successfully, but these errors were encountered: