• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

URL is not working on 3d chart in cold fusion 2018

New Here ,
Oct 09, 2018 Oct 09, 2018

Copy link to clipboard

Copied

I created pie chart in cold fusion 2018 and add the property show3d="yes".

When show3d="yes" then url link is not working but in show3d="no" case url link is working properly.

I need to create 3D pie chart.

My sample code is

<cfchart   show3d="yes" xAxisTitle="Department" yAxisTitle="Salary Average" url="https://www.google.com/" >

    <cfchartseries type="pie" seriesLabel="Average Salaries by Department">

        <cfchartData item="Finance" value="75000">

        <cfchartData item="Sales" value="120000">

        <cfchartData item="IT" value="83000">

        <cfchartData item="Facilities" value="45000">

    </cfchartseries>

</cfchart>

Please tell me what I am doing wrong.

TOPICS
Getting started

Views

532

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2019 Sep 20, 2019

Copy link to clipboard

Copied

LATEST

I am also facing the same issue, Can any one help me on this.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation