All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jwic.controls.chart.api.Chart.vtl Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
#set($legendWidth = $control.legendWidth)
#set($chartWidth = 100 - $legendWidth)
#set($field = $control.getField("chartContent"))
#if($control.getConfiguration().isZoomEnabled())
#end #if($control.legendLocation == "TOP")
#end #if($control.legendLocation == "LEFT" || $control.legendLocation == "RIGHT")
#if($control.legendLocation == "RIGHT")
#end #end
#if($control.legendLocation == "LEFT" || $control.legendLocation == "RIGHT") #if($control.legendLocation == "LEFT")
#end
#end #if($control.legendLocation == "BOTTOM")
#end #if($control.getConfiguration().isZoomEnabled())
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy