Git Product home page Git Product logo

Comments (4)

sdorra avatar sdorra commented on September 7, 2024

It looks like you are running the sample directory as root in your webserver, but you need the src directory too. The simplest way to run the sample is to use "grunt connect".

git clone https://github.com/sdorra/angular-dashboard-framework
cd angular-dashboard-framework
npm install --save
bower install
grunt connect

Then you can open the sample in your browser http://localhost:9001/sample.

from angular-dashboard-framework.

mariorbarbbosa avatar mariorbarbbosa commented on September 7, 2024

done. Thanks!
I'm implementing a nv_d3 directive widget, it works fine. There is a clean way to force a widget min dimension?

from angular-dashboard-framework.

sdorra avatar sdorra commented on September 7, 2024

The width of a widget is controlled by the column of the structure. Please have a look at the sample.js, there you can see which css class is applied to which column, depending on the chosen structure. If you want to change the width, you have to create a new structure or you have to modify an existing one.

from angular-dashboard-framework.

mariorbarbbosa avatar mariorbarbbosa commented on September 7, 2024

Already fixed.
I read the sample.js, the issue was in the nvd3 directive. But now its working real fine!!

Congrats!

from angular-dashboard-framework.

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.