logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
jovanni  
#1 Posted : Saturday, November 8, 2014 6:49:36 PM(UTC)
jovanni

Rank: Member

Groups: Registered
Joined: 10/29/2014(UTC)
Posts: 12
Italy
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
epf  
#2 Posted : Tuesday, November 11, 2014 8:42:25 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

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...

jovanni  
#3 Posted : Tuesday, November 11, 2014 9:09:04 AM(UTC)
jovanni

Rank: Member

Groups: Registered
Joined: 10/29/2014(UTC)
Posts: 12
Italy
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
epf  
#4 Posted : Wednesday, November 12, 2014 9:06:21 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

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.html


For 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...
Users browsing this topic
Guest
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.