Jump to content

UniChart değerleri gösterme


mehmet07

Recommended Posts

2 hours ago, mehmet07 said:

Ayrıca çizgi kalınlığını nasil değiştirebilirim?

One possible solution.

UniChart -> ClientEvents -> UniEvents -> Ext.chart.CartesianChart[chart]

function chart.beforeInit(sender, config)
{
    this.series[0].style = {
        lineWidth : 4
    }
}

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...