Platform
Learn
Community
Support
Partner Center
Sign up
or
Log in
logout
Account Settings
Profile
messages
Messages
logout
Logout
Platform
Home
Downloads
IPP
Licensing
Project Sizing
Learn
Training
Documentation
Evaluation Guide
What's New
Community
Home
Forums
Forge
Ideas
Members
Support
Partner Guide
Resources Library
Opportunities
Account Management
Sign up
or
Log in
Home
Forums
Forge
Ideas
Members
Dear ,
What would improve your OutSystems Community experience? Let us know by taking this 2-minute survey.
Pick up the survey
Community
›
Forums
›
Technology & Integration
charts
Community
›
Forums
›
Technology & Integration
charts
New Post
New Post
eric wang
Posted on 2016-05-17
eric wang
Rank: #6243
Posted on 2016-05-17
Hi,
May I ask two questions here about charts?
In the first bar chart, how to make the size of the bar? I mean how to make it has the same size as the below one?
In the second chart, we have two bars to one area, but they didn`t share the same size. How to change it?
Mark Horenberg
Posted on 2016-05-17
Mark Horenberg
Rank: #244
Posted on 2016-05-17
Solution
You can add the following JSON code to alter the width of your bars.
plotOptions: { series: { pointWidth: 10 } }
So you can set the following value to the AdvanceFormat property of your BarChart.
Solution
eric wang
Posted on 2016-05-18
eric wang
Rank: #6243
Posted on 2016-05-18
Solution
Mark Horenberg
wrote:
You can add the following JSON code to alter the width of your bars.
plotOptions: { series: { pointWidth: 10 } }
So you can set the following value to the AdvanceFormat property of your BarChart.
Thank you so much!
May I ask another question, in the second chart, the distance between the bars are different.
How can I set the bars and make they share the same distance?
Solution
Mark Horenberg
Posted on 2016-05-18
Mark Horenberg
Rank: #244
Posted on 2016-05-18
Solution
You have some other options in JSON. See the next code sample. You should be able to affect them with these properties. You have to play with the values a bit, to see what fits your case.
plotOptions: {
series: {
pointWidth: 10,
pointPadding: 0,
groupPadding: 0.01
}
}
All possible options for the charts can be found in the documentation of Highcharts on:
http://api.highcharts.com/highcharts
Solution
Quick Reply
attachment
Choose File
No file chosen
Submit
Login to reply
New Post
Available Forums
Technology & Integration
News and Announcements
Forge Discussions
Meta
Community Quick Guides
Usability
Installation Troubleshooting
Personal Environment Troubleshooting
Forum Notifications
Email Digest Settings
Loading...