lkopenid
Members-
Content count
7 -
Joined
-
Last visited
About lkopenid
-
Rank
Forum Newbie
-
Hi, We've a FusionCharts XT Enterprise Plus. The toolText functionality that used to work with the free version doesn't work with the new one. We are using JavaScript rendering and attached image is a sample data that's being set for the charts. From the FusionCharts.JS , we can see the release version as "@version fusioncharts/3.3.0-release.18739". Any pointers on what's going wrong is highly appreciated. Thank You, LK
-
Thank You, It worked
-
How do we change the default color of the lines in a MSLine.swf chart? Setting 'lineColor' as part of the parent object sets that to both the lines, where as setting it as part of the dataset object doesn't show any difference. Thank You, LK
-
Hi, The configure() method seems to have options to customize the overlay button by setting the "message" option. But is there a way Fusion stores the parent level from which we drilled down and automagically adds it to the message or do i have to keep track of the parent level and set it manually? Any sample code references would be highly appreciated. Another thing that i wanted to mention here is that I'm using the DataString method to create LinkedCharts, does it anyway help/block this? -LK
-
Hi Sumedh, Thanks for the reply. I'm trying to implement drill down only on the dataplot items. What i wanted to achieve is a breacrumb style caption as the user clicks on the dataplot. I'll see the possible options available for configure() and update you. Thanks once again. -LK
-
lkopenid started following Breadcrumb In Linkedcharts
-
How do we enable breadcrumbs in the caption for linked charts like below? The following link talks about breadcrumb-style captioning, but i don't seem to find something in the documentation that talks about how to enable it in FusionCharts XT. http://www.fusioncha...down-interface/ Thank You, LK
-
I'm trying to create linked charts that go multiple levels deep. I would like to keep the linked json files sorted out based on some custom filtering into different directories under my root. If i set link as "newchart-jsonurl-cat1.json'", the file is being searched in the root directory. Setting the path to "newchart-jsonurl-./data/cat1/item1.json'" doesn't have any impact. Is there a way to specify the full path for the linked json? Thank You, LK