Hi Experts,
I need to display the below data in such a way that for each data point i can set an alert to turn red or green and each data point to display the store name and Date Acquired and Date sold when I however over the plotted date. Please only use the first three columns to plot on the graph, I tried scatter plot and bubble chart by plotting each line as a different series in order to apply the alert condition however the application I built is so complex after plotting 16 of these it crashes the whole dashboard.
If you could help me figure out the best way to
A. recommendation on the component to use
B. that would display plot Store Name to be part of the hover over and Date Acquired (X Axis) and Date Sold (Y Axis)
data example.
Store Name Date Acquired Date Sold Alert
A 4/1/2016 5/1/2016 R
B 4/1/2016 6/1/2016 G
C 4/5/2016 5/5/2016 R
D 5/1/2016 6/1/2016 R
E 7/1/2016 7/11/2016 G
F 6/1/2016 8/1/2016 G
G 1/1/2016 5/1/2016 R
H 2/1/2016 3/1/2016 R
I 4/1/2016 5/1/2016 G
J 4/1/2016 5/1/2016 R
K 5/1/2016 7/1/2016 G
L 1/1/2016 2/1/2016 R
M 2/1/2016 3/1/2016 G
N 3/1/2016 4/1/2016 R
O 4/1/2016 5/1/2016 G
P 5/1/2016 6/1/2016 G
Q 6/1/2016 7/1/2016 G
R 7/1/2016 8/1/2016 G