Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 598 Bytes

File metadata and controls

24 lines (18 loc) · 598 Bytes

Dependencies :

Usage :

package require ticklecharts 3.2 ; # minimum version
# ...
# method to interact with jupyter notebook
$chart RenderJupyter

RenderJupyter method accepts as arguments :

  • -renderer : 'canvas' or 'svg' (canvas by default)
  • -height : height of iframe plus inner container (500px by default)
  • -width : width of iframe plus inner container (100% by default)

Credit :