
org.sonar.server.dashboard.widget.bubbleChart.html.erb Maven / Gradle / Ivy
<%
containerId = 'bubble-chart-widget' + widget.id.to_s
xMetric = widget_properties["xMetric"]
yMetric = widget_properties["yMetric"]
sizeMetric = widget_properties["sizeMetric"]
xLog = !!widget_properties["xLogarithmic"]
yLog = !!widget_properties["yLogarithmic"]
chartHeight = widget_properties["chartHeight"]
chartTitle = widget_properties["chartTitle"]
%>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy