
Proper data visualization is crucial for receiving audience attention and understanding. Not only researchers can take advantage of this powerful set of charts. Your content will look reliable, and arguments which you provide will underline your point. You can easily change the appearance of the bars, set the color of the margin, etc. Check all the colors you can use from the Material Design for Bootstrap website. Replace the name of the color (e.g. "#efebe9") with the one you prefer in the code below the image.
[chart]
[labels]January, February, March, May, April[/labels]
[data label="month" fillColor="#efebe9" strokeColor="#fafafa" hightlightFill="#000" highlightStroke="#230"]73, 34, 64, 54, 67[/data]
[data label="month" fillColor="#b2dfdb" strokeColor="#fafafa" hightlightFill="#000" highlightStroke="#000"]23, 22, 69, 35, 77[/data]
[data label="month" fillColor="#ffe082" strokeColor="#fafafa" hightlightFill="#000" highlightStroke="#000"]66, 44, 24, 74, 87[/data]
[/chart]
NOTE!
It is recommended to paste the copied code into the "Text" area. Otherwise, the shortcode may not work properly. If you copy the code into "Visual" area, it may contain additional operators, which might break the chart.
robertlang
You need a picture of a chart and then remove this comment.
Michał Krawczyk
Thanks Robert, now everything is as it should be.