-
Re: Creating a permanent Color Palette
Hi @cwentz , To create a color palette that you can easily reuse across datasets in a project, I'd recommend you check out the custom color palette plugin. From the color palette editing modal, click…1 · -
Re: How do set the axis limits in Chart?
Hi folks, Dropping a note here to let you know that this is feature we're working on. If you're interested in getting a first look at this and some related visualization enhancements in a brief, 25-m…1 · -
Re: Keep rows with list of values in my column
Hi @aotearoanz , Another trick you might try is using a join to filter. This will work if your list of 100 values exists as a single column w/ 100 rows (you could create an editable dataset or upload…3 · -
Re: custom palette plugin
Hi @amalkh , Here's how you'd create the plugin: * from the window where you edit the color palette, click on 'export to plugin' * you'll be taken to a window titled, "create custom palette plug…1 · -
Re: Calculate Max value across rows to return String
Hi @sim0n , What you're looking to do is indeed possible using 100% Visual Recipes ( ). In a nutshell, it goes like this: 1) create a lookup table that contains the max(Count) for each value in strin…2 ·