Klakurka

Members
  • Content count

    30
  • Joined

  • Last visited

Everything posted by Klakurka

  1. Possible to force last data point labels?

    Hey Ayan, Thanks for the reply. Yes, that is one possible solution. I will give that a try. But no, I don't need to show all labels of course. The only suggestion I have would be to improve the show/hide label algorithm to always show the first and last labels and fill in the rest as is possible as this would make for a much better default I think. I don't see any downside to this as it's currently random based on chart width and # of data points. [edit] The method you describe would effectively involve us writing the algorithm that we'd like to see as the default, just FYI.
  2. Possible to force last data point labels?

    I had heard that setting canvaspadding to 0 will do it but it only works for the first label, and the last label is never shown (just barely). Example w/ slightly different data but using 'canvaspadding' => 0:
  3. Custom tooltext not working in zoomline chart

    Are custom tooltips still not supported for zoomline in the latest version of FusionCharts?
  4. Logarithmic Zoom-line charts

    Hi, Is it possible to build a logarithmic (log-scale) zoom-line chart? This is supported on msline via the logmsline chart type but I can't find a solution for this for the zoom-line chart type. Is this something that is supported by FusionCharts? Thanks.
  5. Hi, I've found that the hover-labels (image example attached) on the zoomline chart are a lot easier for users to interact with than the defaults that are used on the line2d and stackedarea2d charts. The reason for this is that it doesn't matter where your cursor is vertically (on the zoomline), whereas you need to hover over the exact right spots with the others. My issue is that it doesn't look like there is an option to use the zoomline hover labels on the other chart types. Am I wrong? Alternatively, I would be willing to use the zoomline chart instead -- but the big issue with it is that I didn't see an option to show all data points (effectively removing the 'zoom' functionality). By default, it simply doesn't show enough data points for what I need (requiring users to zoom in to see more detail). This is in contrast with the other chart types. So my questions are: Is it possible to use the zoomline chart's hover labels on the line2d and stackedarea2d charts? Is it possible to configure a zoomline chart to show all data points by default (without requiring that users zoom in to see additional detail)? Thanks!
  6. zoomline hover-labels in line2d & stackedarea2d

    That's definitely a lot better! The only trouble with it is that if you, for example, place your mouse cursor above the data points, it does not trigger the annotation events (requiring you you hover over the data points themselves, unlike on the zoomline chart type). Is there a way to allow users to hover over any part of the chart and have the annotation event fire for that position on the x-axis? Thanks again!