fusioncharts / react-fusioncharts-component

ReactJS component for FusionCharts JavaScript Charting library.
https://fusioncharts.github.io/react-fusioncharts-component/
MIT License
93 stars 33 forks source link

Getting the below error for Different Maps #60

Closed vishals9711 closed 4 years ago

vishals9711 commented 4 years ago

image

Code // STEP 1 - Include Dependencies

// Include react import React from 'react'; // import ReactDOM from 'react-dom'; // Step 1 - Including react // import React from 'react'; // import ReactDOM from 'react-dom';

// Step 2 - Including the react-fusioncharts component import ReactFC from 'react-fusioncharts';

// Step 3 - Including the fusioncharts library import FusionCharts from 'fusioncharts';

// Step 4 - Including the map renderer import FusionMaps from 'fusioncharts/fusioncharts.maps';

// Step 5 - Including the map definition file import California from 'fusionmaps/maps/fusioncharts.california';

// Step 6 - Including the theme as fusion import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';

// Step 7 - Adding the map and theme as dependency to the core fusioncharts ReactFC.fcRoot(FusionCharts, FusionMaps, California, FusionTheme);

//Step 8 - Defining map data const mapData = [{ "id": "001", "value": 2834 }, { "id": "003", "value": 3182 }, { "id": "005", "value": 3280 }, { "id": "007", "value": 911 }, { "id": "009", "value": 292 }, { "id": "011", "value": 530 }, { "id": "013", "value": 2515 }, { "id": "015", "value": 728 }, { "id": "017", "value": 1974 }, { "id": "019", "value": 848 }, { "id": "021", "value": 3278 }, { "id": "023", "value": 4463 }, { "id": "025", "value": 1198 }, { "id": "027", "value": 378 }, { "id": "029", "value": 2610 }, { "id": "031", "value": 1200 }, { "id": "033", "value": 3820 }, { "id": "035", "value": 940 }, { "id": "037", "value": 3416 }, { "id": "039", "value": 4004 }, { "id": "041", "value": 1604 }, { "id": "043", "value": 4011 }, { "id": "045", "value": 3203 }, { "id": "047", "value": 3775 }, { "id": "049", "value": 2721 }, { "id": "051", "value": 3417 }, { "id": "053", "value": 1530 }, { "id": "055", "value": 412 }, { "id": "057", "value": 3434 }, { "id": "059", "value": 1670 }, { "id": "061", "value": 1274 }, { "id": "063", "value": 4339 }, { "id": "065", "value": 2073 }, { "id": "067", "value": 1018 }, { "id": "069", "value": 3967 }, { "id": "071", "value": 3401 }, { "id": "073", "value": 3307 }, { "id": "075", "value": 1938 }, { "id": "077", "value": 489 }, { "id": "079", "value": 3207 }, { "id": "081", "value": 2295 }, { "id": "083", "value": 2747 }, { "id": "085", "value": 1114 }, { "id": "087", "value": 3400 }, { "id": "089", "value": 784 }, { "id": "091", "value": 1673 }, { "id": "093", "value": 4274 }, { "id": "095", "value": 4509 }, { "id": "097", "value": 3862 }, { "id": "099", "value": 1356 }, { "id": "101", "value": 4126 }, { "id": "103", "value": 1314 }, { "id": "105", "value": 1807 }, { "id": "107", "value": 4026 }, { "id": "109", "value": 3456 }, { "id": "111", "value": 1393 }, { "id": "113", "value": 1500 }, { "id": "115", "value": 2218 }]

const colorrange = { "minvalue": "0", "startlabel": "Low", "endlabel": "High", "code": "e44a00", "gradient": "1", "color": [{ "maxvalue": "2500", "code": "f8bd19" }, { "maxvalue": "5000", "code": "6baa01" }] };

// Step 9 - Creating the JSON object to store the map configurations const chartConfigs = { type: 'maps/northcarolina', width: '1000', height: '1000', dataFormat: 'json', dataSource: { "chart": { "animation": "0", "showbevel": "0", "usehovercolor": "1", "showlegend": "1", "legendposition": "BOTTOM", "legendborderalpha": "0", "legendbordercolor": "ffffff", "legendallowdrag": "0", "legendshadow": "0", "caption": "Website Visits for the month of March 2018", "connectorcolor": "000000", "fillalpha": "80", "hovercolor": "CCCCCC", "theme": "fusion" }, "colorrange": colorrange, "data": mapData } }; // Step 10 - Creating the DOM element to pass the react-fusioncharts component class Test extends React.Component { render() { return ( <ReactFC {...chartConfigs} /> ); } }

// export default App

export default Test;

vishals9711 commented 4 years ago

Wrongly imported map module

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: wxg50yoo3x

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 74wh92ifhe

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: ge4v9c5fdg

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: vb9beverli

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: luo6oka4gw

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: qammaxdqm4

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338797
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338797

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: s012d65qff

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338798
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338798

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338799
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338799

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 4plzwql20a

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338800
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338800

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: zy6bckr50i

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: r48ntf8m0p

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338801
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338801

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: riw78rm8n4

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338962
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338962

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 3vhque6yek

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338964
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338964

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 338963
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/338963

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: lnbwkx9mc3

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: svekv7hmsx

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: g5djnls9kd

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: glqdvdp43n

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 7bnfsx3j2c

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: zuvi7xz9or

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: sbcv9h4ci3

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339002
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339002

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: pb7hni7nl8

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339003
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339003

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339004
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339004

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 7s68cuns7l

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: k4qmw27ixs

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339007
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339007

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: tl3u63tbs4

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 8fegcczcw2

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339009
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339009

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339008
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339008

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 6mvhvnol17

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339010
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339010

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339011
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339011

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 7pfqqcb08w

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: b7jva17axx

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

itfusion commented 4 years ago

Dear fusioncharts/react-fusioncharts-component,

Thanks for your mail and interest in FusionCharts suite of products.

This is an automated response to let you know that we've received your request. Our support staff is currently reviewing it, and would get in touch with you soon. Meanwhile, you may use our self-help options like Community Forums, Knowledge base & Online Documentation at http://support.fusioncharts.com/

Please note the information below, as it will allow you to track the progress of your request online.

Ticket ID: 339012
Subject: Re: [fusioncharts/react-fusioncharts-component] Getting the below error for Different Maps (#60)
Department: General
Type: Issue
Status: Open
Priority: Medium

You can check the status of or reply to this ticket online at: http://help.fusioncharts.com/index.php?/Tickets/Ticket/View/339012

Thanks,

FusionCharts Team


Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: bewxlaph4m

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 38qatbkopq

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: eoaolib1ct

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: v8m77bnz1k

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?

ayanonly1 commented 4 years ago

This message serves as confirmation that you are now successfully registered in our support center.

Registered Email: reply@reply.github.com Password: 83pzwdjsu3

You can visit the Support Desk at any time by going to http://help.fusioncharts.com/

Please do let us know if you have any questions.

Regards,

FusionCharts Team

Support Center: http://help.fusioncharts.com/index.php?