RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Add option for modal tooltips instead of standard html titles #231

Open samussiah opened 5 years ago

samussiah commented 5 years ago

consider modals as they're more immediate than the title attribute

jwildfire commented 4 years ago

I think this is worth doing, but not sure I want to program modal functionality from scratch. Maybe we add config.useModals with default:`false and then use an existing modal framework (which becomes an optional dependency) to implement?

jwildfire commented 4 years ago

Updated title to expand scope to cover other elements.

jwildfire commented 4 years ago

Just realized a hijacked this issue a bit. Will add a new issue to cover the specific use case for titles in control labels.