I want to listen for changes to each stringfilter, and when one has been
changed and loses focus, I get the value, recalculate using the input as:
float or int, and set the calculated values in my datatable, then I draw
the dashboard passing it my datatable variable. I then format the data that
was input by the user (and triggered the current statechange), and set the
state of the stringfilter with this formatted version of the data and draw
the stringfilter control right after.
That's the main part of my script that I think is not working. The Chart
often disappears when I enter new input, for example: just adding a zero to
the Users so it's 10,000 should be easy for the script to recalculate, but
I'm getting an insane number of reflows in my browser's console (latest
Firefox: v55.0.3), with basically no change visible in the page. And
sometimes the chart re-appears, but after some delay and is not interactive
right away.
Let me know if you have any questions.
Thanks,
Dave.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/bb3b705f-2352-4076-acc4-863034fc1aab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Title: Sharing w/ forum