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

heatmap always shows markers #54

Closed
mrjones-plip opened this issue Jan 13, 2017 · 1 comment
Closed

heatmap always shows markers #54

mrjones-plip opened this issue Jan 13, 2017 · 1 comment

Comments

@mrjones-plip
Copy link
Contributor

if you remove the markers section to maptable that has a heatmap section, it still shows the marks. the current work around is to have your markers stanza look like this:

                markers: {
                    attr: {
                        r: {
                            min: "minValue",
                            max: "maxValue",
                            transform: function(v) {
                                return 0;
                            },
                            rollup: function(values) {
                                return 0;
                            },
                        },
                    },
                },

which effectively returns all markers as null. however, the default maptable behavior of excluding this stanza causing the markers to be hidden would be mo bettah.

@mrjones-plip
Copy link
Contributor Author

fixed and merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants