Sign in to follow this  
sl3dg3hamm3r

Tooltips Labels Radar Chart

Recommended Posts

Hi

 

Based on http://forum.fusioncharts.com/topic/10145-how-do-i-make-wrap-text-on-radar-chart-in-powercharts/ I tried to achieve tooltips on the labels of a radar chart. I basically took the example from the gallery, added 'showTooltipforWrappedLabels = 1' in the configuration, also addes some breaks in one of the labels, but nothing seems to make the expected behaviour (shorten the label, include tooltip):

{
    "chart": {
        "caption": "Comparison of Enterprise Level Antivirus Software",
        "canvasborderalpha": "0",
        "radarborderalpha": "0",
        "showlabels": "1",
        "drawanchors": "0",
        "ymaxvalue": "10",
        "showlimits": "0",
        "showTooltipforWrappedLabels": "1"
    },
    "categories": [
        {
            "category": [
                {
                    "label": "Centralized Deployability{br}extra long label extra long label extra long label extra long label "
                },
                {
                    "label": "Centralized Signature Updating"
                },
                {
                    "label": "Active Firewall"
                },
                {
                    "label": "Centralized Access & Firewall"
                },
                {
                    "label": "Centralized Network Health Monitoring"
                },
                {
                    "label": "Cost"
                },
                {
                    "label": "Technical Support"
                }
            ]
        }
    ],
    "dataset": [
        {
            "seriesname": "Kaspersky",
            "color": "146858",
            "alpha": "30",
            "data": [
                {
                    "value": "8"
                },
                {
                    "value": "9"
                },
                {
                    "value": "9"
                },
                {
                    "value": "8"
                },
                {
                    "value": "7"
                },
                {
                    "value": "9"
                },
                {
                    "value": "8"
                }
            ]
        },
        {
            "seriesname": "Norton",
            "color": "FFD703",
            "alpha": "30",
            "data": [
                {
                    "value": "7"
                },
                {
                    "value": "6"
                },
                {
                    "value": "6"
                },
                {
                    "value": "4"
                },
                {
                    "value": "7"
                },
                {
                    "value": "6"
                },
                {
                    "value": "5"
                }
            ]
        }
    ]
}

What could I have missed? Or is there any other way to include tooltips on the labels?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Apologies for the delayed response.

 

We are looking into this.

 

We will get back to you on this, shortly.

Share this post


Link to post
Share on other sites

Hey,

 

Apologies for the delay.

 

Rendering a Radar chart in JavaScript mode, "showTooltipforWrappedLabels " attribute is not supported. We have a logged a bug for the same.

We would update you further developments.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this