Skip to content
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

Legend for Clustergrammer JS doesnt get updated on Defining Custom Tile Colors #52

Open
mayankmusaddi opened this issue Oct 15, 2020 · 0 comments

Comments

@mayankmusaddi
Copy link
Contributor

When the tile_colors field in the argument was set to a different color, the heatmap generated gets updated however the legend always shows the colors red and blue only as is evident in the image,

clustergrammerColor

Ways to reproduce

var args = {
    root: chartid,
    network_data: data,
    tile_colors: ["#ED9124", "#00FF00"],
  };

cgm = Clustergrammer(args);

When using the above piece of code in a JS file to generate the heatmap, the tile colors gets updated however the legend remains the same.

mayankmusaddi added a commit to mayankmusaddi/clustergrammer that referenced this issue Oct 15, 2020
@mayankmusaddi mayankmusaddi mentioned this issue Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant