whats the difference between these in Fusion charts?
- name and label
- graph and chart
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume that your question was with respect to FusionCharts data XML. If yes, then my answer below would be pertinent.
Difference between <chart> and <graph> XML nodes
FusionCharts data XML starts with a root XML node whose name is <chart> or <graph>.
FusionCharts Free supports <graph> and FusionCharts v3 supports <chart> tags and also supports <graph> tag for backward compatibility. (Refer to the data xml documentation of FusionCharts Free and FusionCharts v3 to know more.)
This root node for the data is same across all charts and widgets of FusionCharts suite except that for FusionMaps, it uses <map> tag.
Difference between name and label attributes
Similar to the above issue of root data node’s name, the “name” attribute (generally of <set> nodes or <category> nodes) is for FusionCharts Free and for FusionCharts v3, it is “label”. However, for backward compatibility, FusionCharts v3 also supports “name” attribute.