markjohnson4
markjohnson4
Hi! Sorry, my "some context" is too confusing. I think it's simpler to simpler to illustrate what I want with this: if(condition) { toggleOn(element); } else { toggleOff(element); } are...
Hi! I mean a method to trigger a toggle state. Like bootstrap modals can be opened with the JavaScript: myModalElement.modal('show'). Is there something like myToggleElement.toggle('show")? here's the bootstrap modal example...
Hi! Aside from "shortenYAxisNumbers", will there be a simple "append" option where I could add text like "%" or "pts"? thanks!