All Activities



<!– a little how-to

  • Paste this into your web page where you want the chart.
  • You may have multiple embedded charts on the same page.
  • You can change the title, width and height by editing the named properties.
  • You can opt for the more verbose full chart by setting .kind to ‘default’.
  • If you want your own css control, you can add ‘rtapi.my_css = true;’ before the render function.
  • css class names are:
  • rtdiv : the whole container
  • rttitle : the title, rtchart : the chart, rtfeed : the footer
    –>