GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

Added Responsive and export Plugin management in the directive #53

Closed Mike6gPerso closed 8 years ago

Mike6gPerso commented 8 years ago

Responsive and Export plugin can now be used from the amCharts Lib (v3)

var amChartOptions = {
...
    "export": {
        "enabled": true
    },
    "responsive": {
        "enabled": true,
        "addDefaultRules": true
    }
};
GrantMStevens commented 8 years ago

Merged. Thanks for the PR

Mike6gPerso commented 8 years ago

Can you be more specific ? Version ? options ?...

PemmasaniRajesh commented 8 years ago

I'm using amcharts version 3.20.1 and current directive and options are:

responsive: { enabled: true }

For the above options I've included responsive plugin(responsive.min.js) also, but it is not working :(

Mike6gPerso commented 8 years ago

This modification is not in a released version of amCharts-Angular

Get the master directly if you need this feature

PemmasaniRajesh commented 8 years ago

Yup, I'm using master version only, but no use....