Code Monkey home page Code Monkey logo

malhar-angular-widgets's People

Contributors

andyperlitch avatar awashbrook avatar nickholub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

malhar-angular-widgets's Issues

Make Angular Ambiguous like other Malhar repos

@nickholub angular#1.2.23 is upon us already a week after 1.2.22 and we have to stop updating all our dependencies week to week :)

Your dashboard project and webapp (not to mention my malhar based webapp) don't specify angular version explicitly, and it seems widgets doesn't need to either!

How to make changes to the widget definitions at runtime?

How to make changes to the widget definitions at runtime, like this ?
I want to change the title when user change language.

var widgetDefinitions = [
    {
        name: 'wt-line-chart', 
        title: $scope.translation.income,
        attrs: { chart: 'chart' },
        size: { 
            width: '50%', 
            height: '300px' 
        },
        enableVerticalResize: true
    },
    {
        name: 'wt-pie-chart',
        title: $scope.translation.performance,
        attrs: {
            data: 'pieChartData'
        },
        size: {
            width: '50%', 
            height: '300px' 
        },
        enableVerticalResize: true
    }
];

var defaultWidgets = _.map(widgetDefinitions, function (a) {
    return {name: a.name};
});

$scope.dashboardOptions = {
    widgetDefinitions: widgetDefinitions,
    defaultWidgets: defaultWidgets,
    hideToolbar: true,
    hideWidgetName: true,
    hideWidgetSettings: true
};

Many unnecessary npm dev dependencies

package.json dev deps not pruned down since this project forked from webapp and has full yeoman dev toolchain for minification, and we find some team members have problems compiling imagemin stuff in particular developing on headless Red Hat Enterprise linux VMs.

Anything to reduce pain of dev contributing widgets :)

hi, need help in embedding this code to my solution

im working on a poc where I have to design a poc where I have to add controls like speedometer gauges and linear gauges, I came across this malhar angular dashboard template. Im really thankful to the guys whio have developed it but im unable to integrate into my application where I do not npm or bower. can you please help me in solving the issue

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.