Direct Data from Document (eq Page/Post)

By using "class" option you can generate the chart from the any independent cells of open page/post. You group a set of data together by using unique name of class for it. This can be just enough for simple and fast news blogs that you like to spice up with cool graphics and when its data is a part of article itself. Benefits: you only need to maintain (small) data set + its chart(s) in one place together where you can see everything at once. [loadNVD3]

Simple data set from class "mypets" [jsChart type='discretebar' class="mypets" backgroundcolor='darkgray'] I have 14 cats and 2 cows plus 11 birds at my home as pets ! NOTE: Labels of charts are numbered starting from 1 automatically on the chart here.

Better way: data set from class "mypets" + its labels from IDs [jsChart type='donut' class="mypets" backgroundcolor='darkgray'] I have 14 cats and 2 cows plus 11 birds at my home as pets ! NOTE: Labels of charts are freely selected by adding ID name for each tag (typically ) of input values.