No axis labels on .CSV Data Visualizer 12 Years, 3 Months ago
|
Karma: 0
|
Hello-
My data is displayed at: algodaytrader.com/secure/performance?start=1
And below is the CSV for this table... I cant seem to get it so it shows the axis labels.
Trade, RUNNING P&L
1, 50
2, -4
3, -92
4, -152
5, -122
6, -152
7, -112
8, -152
9, -102
10, -152
11, -112
12, -110
13, -75
14, -35
15, 24
16, 44
|
|
|
|
|
Re:No axis labels on .CSV Data Visualizer 12 Years, 3 Months ago
|
Karma: 760
|
Hello,
Add the next code to "CSS Styles" parameter in module settings:
#{$id}_wrapper {padding: 5px}
Regards,
ARI Soft
|
|
|
|
|
Re:No axis labels on .CSV Data Visualizer 12 Years, 2 Months ago
|
Karma: 0
|
Added and no change...
|
|
|
|
|
Re:No axis labels on .CSV Data Visualizer 12 Years, 2 Months ago
|
Karma: 760
|
Where we can see the problem? The previous link doesn't contain "Visualizer" widget.
Regards,
ARI Soft
|
|
|
|
|
Re:No axis labels on .CSV Data Visualizer 12 Years, 2 Months ago
|
Karma: 0
|
|
|
|
|
|
Re:No axis labels on .CSV Data Visualizer 12 Years, 2 Months ago
|
Karma: 760
|
Use the following code instead of previous one:
{$id}_wrapper {padding: 25px}
Regards,
ARI Soft
|
|
|
|
|
|