I want source code to built bar charts

i need to show my datas as a barchart by pick the datas from database.

You can make use of webix ajax call to call a java class that is returning data(in JSON format) from database. This JSON data you can use to populate bar chart.

reference link : http://docs.webix.com/samples/08_chart/06_bar_chart/10_style_presets.html

you can also check above link page source.

Chart only showing there’s no any source code

Just open the mentioned link > right click on the page > click on “View Page Source”. Then page opens up containing the Source code.

Also, all samples are included in the package, you can find the same sample in webix.zip/samples/08_chart