Search the Community

Showing results for tags 'legend'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 18 results

  1. Hi, Is there is any property/ configuration present in fusion chart show that I can specify how many/ max legend can be shown. As shown in attached image. I have many category displayed in pie2d chart but I want only top 5 in legend not all (Exactly same as shown in image)
  2. Hi All, I am here to get help on how to rearrange the order for the legend on fusion time chart. For eg: Legend D,F,A,E,B,C and i would like to rearrange them to A,B,C,D,E,F I have tried reverseLegend but couldnt get it to work. timeSeries.AddAttribute("legend", "{enabled:'1',reverseLegend:'1'}") - VB.net I cannot find any documentation for this attribute, can anyone help me pls? Thanks in advance!
  3. It's easy enough to read the minValue/maxValue of the Range Legend slider thanks to the events system. However, I would like to sync an adjacent Fusionchart Map's legend based on the position a user sets the original legend position. I haven't been able to find anything in the documentation about setting these values or controlling the Legend programmatically other than configuring it's initial state. Any help or pointers toward the correct docs would be massively helpful!
  4. It's easy enough to read the minValue/maxValue of the Range Legend slider thanks to the events system. However, I would like to sync an adjacent Fusionchart Map's legend based on the position a user sets the original legend position. I haven't been able to find anything in the documentation about setting these values or controlling the Legend programmatically other than configuring it's initial state. Any help or pointers toward the correct docs would be massively helpful!
  5. Is it possible to embed images in a FushionChart. For example, if I sell Disney clothing, on the line graph that shows the volumes for each type of product (let's assume Mickey Mouse and Pluto) can I add images of Mickey and Pluto to the graph either on the line, the mouse over pop up of the line, or as the image of the legend?
  6. Hi, When FC was on 3.10 version, the multi-series line chart had a nice functionality : when clicking on legend, the line is going from its position to below and by clicking again from below to its position, this was really a nice animation. Since the 3.11 version, why did you disable it ? Is there any option to reactivate it ? Thank you, Sébastien
  7. Hello, We need a possibility to automatically re-scale Y-axis after clicking on a legend to hide the corresponding dataset series (one or more). In a recent response on this forum (from 2013), you said that it's not supported yet. We're currently using FusionCharts v3.9.0, but also tried v3.11.2. It seems there is no difference - Y-axis is not automatically re-scaled after hiding series. I was wondering: has it been implemented in 3.11.2 (maybe we just overlooked)? if not, are there any plans to add support for this in the near future? Thank you, Dragan.
  8. Pie chart label position

    I'm working with Pie Charts and currently have smart labels turned on. Instead of having the labels on the pie chart, or smart labels with smart lines pointing to the chart, I would like to have the label (which is a numeric result) appear directly below the corresponding legend icon. This fiddle puts the label in the legend, can I also put the numeric result in the legend? (see image) http://jsfiddle.net/fusioncharts/g8p7wkkv/ Thank you for any help with this!
  9. Hi, I have created a stacked column 2d line chart. In the legend the text are bit long. So instead of adjusting in the different lines, they are overlapping on each other. I have tried all the legend options but could not fix it. If I display the legend right of the chart, it is displaying fine. But I want it to display at the bottom of the chart. Even the last two letters of the trend line text is been cut down. Attached is the image for the reference. Please suggest me a solution. Regards, Mohanraj T.
  10. I'm trying out themes to improve the look of some of my charts and I've found that while my multiseries column chart legend did NOT wrap when no theme was specified, one of the labels wraps as soon as I use any of the provided themes. What strikes me as particularly odd about this is the font size in the themes is smaller than what's being used with no theme specified. Here's an example with 'fint' on the left and no theme on the right. Is there anything I can do to help the legend keep from wrapping? I've got 'legendNumColumns':2 and 'minimiseWrappingInLegend':'1' in my JSON. Thanks! --Bryan
  11. Remove Anchor from Legend

    Dear FusionChart! How can I proceed to remove the Anchor from chart's line legend? I set the attribute DrawAnchors to 0 in Chart tag, but the legend was not change. When the chart has a lot of data plot lines, the anchor in legend disrupts the user to identify the corresponding line color. Thanks a lot!
  12. Hi , I am using fusion charts trial version. I want to show legends with only icons without any labels. Please help me to get out of this.
  13. Values in Legend?

    Hey, I would like to know if it is at all possible to put the values in the Legend, preferably on the Right hand side in a column. I have read through your documentation and don't think there is a lot of option to perform this task. Currently I am appending it as text to the front of the label: { label: me.nFormatter(data.get('amountRequested')) + " Requested", value: data.get('amountRequested') } I have noticed I cannot even put <span> tags around the data in hopes for format it using css. Is there any way to move the data to the right side after the label in a column? ~ Jacob
  14. Possible to hide series' initailly?

    Is it possible to start with a graph only showing some of the series? I want to show a graph with about 20 series in it but I only want maybe 4 to initially appear.
  15. Hi, I'm charting multiple data sets in a line graph. To distinguish the different lines I'm using the anchorSides property to generate triangles, squares. I would like to display not only the color but the symbol that is being used for that dataset in the Legend. Is there a way I can achieve this, it will help if someone prints out the graph in b&w to differentiate the lines and for people who are color blind. Also let me know if there is a custom way of doing this by using <styles>. Thanks for your time help. Rahul
  16. Hi, i have a combi chart with about 12-13 data sets. I want to render the chart with only couple of data sets (series) shown and other legends should be in unclicked mode i.e. user can click and see them if required. i could not find any chart property of data set property which can render a series in unclicked mode. please let me know how this can be achieved.
  17. Hi ! I need to implement Legend for single series 2D column and bar graph . How to make it possible . Try to help me out for this query with the file attached .
  18. Hi, I created a sample radar chart with JSON value updated dynamically from MYSQL DB. I am unable to get interactive Legend (which is clickable).