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

Negative values in data gives no viz on dashboard #24

Closed
xztraz opened this issue Feb 25, 2018 · 3 comments
Closed

Negative values in data gives no viz on dashboard #24

xztraz opened this issue Feb 25, 2018 · 3 comments

Comments

@xztraz
Copy link
Contributor

xztraz commented Feb 25, 2018

No description provided.

@xztraz
Copy link
Contributor Author

xztraz commented Feb 25, 2018

Identical sensors only with different temperatures. the one with negative values don't give any viz in dashboard
Non viz sensor (idx108)
image

viz sensor(98)
image

@xztraz
Copy link
Contributor Author

xztraz commented Feb 25, 2018

bah., that was an easy fix. just add ice copy of temp.

                $(this).find('.item.ice:not(.bandmember):not(:has(.dataviz))').each(function(){
                    $(this).addClass('hasdataviz');
                    generateDataviz($(this), "temp", "te");
                });

image

@xztraz
Copy link
Contributor Author

xztraz commented Feb 25, 2018

works. closing

@xztraz xztraz closed this as completed Feb 25, 2018
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