-
Notifications
You must be signed in to change notification settings - Fork 17
chart component docs #5
base: master
Are you sure you want to change the base?
Conversation
I made some grammatical corrections and merged into the branch "chart-docs": |
@@ -6537,6 +6537,154 @@ Read this chapter for details on components that display messages and other feed | |||
|
|||
[[sect-Component_Reference-Output_and_messages-message]] | |||
|
|||
=== [sgmltag]+<r:chart>+ | |||
|
|||
The [sgmltag]+<r:chart>+ component allows the user to plot data and to create line, bar or pie charts. It might uses five children tags [sgmltag]+<r:series>+, [sgmltag]+<r:legend>+, [sgmltag]+<r:xaxis>+, [sgmltag]+<r:yaxis>+ and [sgmltag]+<r:point>+. Each of them customizes a part of chart. All of them are optional except at least one [sgmltag]+<r:series>+ tag is required. It allows to handle fired events using client-side JavaScript or server-side listener. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It allows to handle fired events using client-side JavaScript or server-side listener.
I't not clear what "It" is here. The previous tag you mentioned? or charts altogether?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant the chart component in general.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Lukindo, I updated the chart-docs branch to more clearly reflect your intention.
These docs are a great start. It identifies the relevant tags and provides some "getting started" examples. Further documentation examples can get use-case specific and provide some real-world examples. |
@lfryc this pull request looks good to merge from my perspective (merge from the chart-docs branch). Do you have any additional comments before we proceed with the merge? |
No description provided.