soumi.b

Members
  • Content count

    1
  • Joined

  • Last visited

About soumi.b

  • Rank
    Forum Newbie
  1. Hi, We are working on a requirement, where we have to plot some alerts that went-off at different times. The time should be plotted in x-axis and the alerts should be plotted as dots/circles. If there are multiple alerts which went of at the same time, the dots for those alerts should be appearing stacked up one after another along the y-axis. For example, say we are trying to plot all the alerts that went off between 10:00AM and 11:00AM on a certain day. At 10:05, there was one alert and at 10:15 there were two alerts. So in our chart, we want to see one dot along the y-axis at 10:00 and two dots along the y-axis at 10:05. Also, we need to create combined charts which will overlay this alerts information on top of another trend line. Is there any type of chart provided by FusionCharts which is an obvious candidate to be used in this scenario? If not, then what are the alternative approaches we can use? Thanks.