niki4810 / sDashboard

A simple & light weight dashboard framework in javascript
http://niki4810.github.com/sDashboard/
6 stars 0 forks source link

Flot #1

Open jmcgdz opened 11 years ago

jmcgdz commented 11 years ago

What if I what to use without Flotr2?

Can the library be easily decoupled from the dependency?

When I load sDashboard without it I get:

ReferenceError: Flotr is not defined

at line 14:

factory($, Flotr);
niki4810 commented 11 years ago

@jmcgdz Unfortunately, currently flotr2 is a dependency. I am planning to work on clearing all the external libraries dependency in the next coming week. Also, i have moved the sDashboard repository to "https://github.com/ModelN/sDashboard" so please follow this repo for latest updates on this library.

jmcgdz commented 11 years ago

@niki4810 Ok, thanks. I will follow that repo.

Jaded-Design commented 8 years ago

I have forked sDashboard and removed the Flotr dependency:

https://github.com/Jaded-Design/sDashboard