Seal Report Forum
»
Report Edition
»
Reports
»
Graph : Is it possible to add a label for each one of axes
Rank: Member
Groups: Registered
Joined: 10/29/2014(UTC) Posts: 12 Location: Schio
|
Hi all, I need, in order to understand the meaning of graph's values, to add a label to abscissa and ordinate. Thanks
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Graphs are easy to define, Choose your chart type and series type. Choose an X Axis from the column or row elements. Choose an Y Axis from the data elements (which should be a numeric or date time field).
Then you can have different options (e.g. using another column or row element as a splitter to have one series per value).
Depending on your chart type (Microsoft or NVD3), the layout and options of the charts can be defined in the Model View itself: Javascript for NVD3 or Properties editing for Microsoft...
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/29/2014(UTC) Posts: 12 Location: Schio
|
Hi, thanks.
I meant visually . The X axis and Y axis have values but not a vertical label to understand the meaning of values. In my case I would like to see on side of vertical axis "Temperature" and for X "Time" Where are managed those labels ?
T | e | m | p | e | r | a | t | u | r | e | --------------------------------------- Time
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
For NVD3 Chart, you have to enter into JavaScript and HTML to customize the configuration. Select the Model View displaying the chart, then edit the 'NVD3 Chart Configuration' property at the end of the script, there is a sample of title added to the chart, you can uncomment and modify it... //Title //svg.append('text').attr('x', 250).attr('y', 390).style('font-weight', 'bold').style('font-size', '14px').text('My chart title'); more info on NVD3 chart at http://nvd3.org/ and http://cmaurer.github.io...d3-directives/index.htmlFor Microsoft Chart: Expand the 'Chart X Axis' or 'Chart Y Axis' property in your view, then just enter your text in 'Label' there is a lot of info on MS chart if you google it...
|
|
|
|
Seal Report Forum
»
Report Edition
»
Reports
»
Graph : Is it possible to add a label for each one of axes
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.