Coder Social home page Coder Social logo

Config about amcharts-angular HOT 3 CLOSED

grantmstevens avatar grantmstevens commented on June 9, 2024
Config

from amcharts-angular.

Comments (3)

GrantMStevens avatar GrantMStevens commented on June 9, 2024

You can do all of that. If you look at the source, I have exposed a lot of those properties via the 'options' attribute on the directive. You can create an object on your scope, like:

$scope.amChartOptions = {
    data: $scope.myDataObject,
    lineColor: '#000000',
    marginLeft: '40'
}

then pass it to your directive

<am-chart id="myFirstChart" options="amChartOptions" height="300px" width="500px"></am-chart>

Again, I'm still working on exposing a lot more and trying to come with conventions for properly handling things like live chart update.

from amcharts-angular.

piernik avatar piernik commented on June 9, 2024

Yes, but You have to define it every time You use Your directive.
Better would be global config.

from amcharts-angular.

GrantMStevens avatar GrantMStevens commented on June 9, 2024

That's the point. Directives are compartmentalized so they can be ultra reusable. I would not want to pollute some kind of global scope with a config for these charts. Instead, I could store that config object in a more persistent location, like a service, and retrieve it and modify it as I need it. In all but the rarest of use cases, you're going to have a different dataset and probably different key and value fields for the graph(s) in each chart.

The more you try to make a directive like this specific to your use case, the more you couple it to your application. I wrote this to be application agnostic so that anyone can just grab the directive, throw it in their project, and be up and running without having to worry about some of the finer details.

from amcharts-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.