I have three plots in different classes and I was wondering if there is a way to click on a point in one of the plots and have it select another point on the other two plots. below is one of my classes for a plot. the other two plots are the same.
Thank you anyone for help.
final Chart chart = new Chart()
.setType(Series.Type.SCATTER)
.setZoomType(Chart.ZoomType.X_AND_Y)
.setChartTitleText("Urgency vs. Data Type")
.setLegend(
new Legend().setLayout(Legend.Layout.VERTICAL)
.setAlign(Legend.Align.LEFT)
.setVerticalAlign(Legend.VerticalAlign.TOP)
.setX(50).setY(50).setBorderWidth(1)
.setFloating(true).setBackgroundColor("WHITE")
.setBorderColor("WHITE"))
.setToolTip(new ToolTip().setFormatter(new ToolTipFormatter() {
I have three plots in different classes and I was wondering if there is a way to click on a point in one of the plots and have it select another point on the other two plots. below is one of my classes for a plot. the other two plots are the same.
Thank you anyone for help.
final Chart chart = new Chart()
.setType(Series.Type.SCATTER)
.setZoomType(Chart.ZoomType.X_AND_Y)
.setChartTitleText("Urgency vs. Data Type")
.setLegend(
new Legend().setLayout(Legend.Layout.VERTICAL)
.setAlign(Legend.Align.LEFT)
.setVerticalAlign(Legend.VerticalAlign.TOP)
.setX(50).setY(50).setBorderWidth(1)
.setFloating(true).setBackgroundColor("WHITE")
.setBorderColor("WHITE"))
.setToolTip(new ToolTip().setFormatter(new ToolTipFormatter() {