-
Notifications
You must be signed in to change notification settings - Fork 355
Architecture & event
Jae Sung Park edited this page Jan 27, 2021
·
5 revisions
At the initialization, the event callbacks flows as:
onbeforeinit → oninit → onrendered → onafterinit
-
onover/onout
Triggered when corresponding event happens
Callbacks Desktop Mobile onover mouseenter touchstart onout mouseleave touchend -
onresize/onresized
Triggered when
resize
event happens.
Flows as onrisze → onresized
onrendered
is triggered at every moment of redraw happens.
- Why we decided to start billboard.js?
- Comparison table
- How to migrate from C3.js?
- Who's using billboard.js
- Third party applications
- Themes
- Roadmap
- Architecture & Event
- Plugin Interface
- Release workflow
- How behaves for dynamic loading?
- How tooltip behaves on grouped option?
- How to load as ESM directly from the browser?
- How to implement realtime chart?
- How to bundle for legacy browsers?
- How to generate chart image in Node.js environment?
- Understanding padding