Skip to content

Instantly share code, notes, and snippets.

View italoag's full-sized avatar
🏠
Working from home

Italo A. G. italoag

🏠
Working from home
View GitHub Profile
@italoag
italoag / reactive_systems_bibliography.md
Created September 11, 2019 23:10 — forked from brendanzab/reactive_systems_bibliography.md
A reading list that I'm collecting while building my Rust ES+CQRS framework: https://github.com/brendanzab/chronicle

Functional, Reactive, and Distributed Systems Bibliography

Books

@italoag
italoag / reactive_systems_bibliography.md
Created September 11, 2019 23:09 — forked from Rubentxu/reactive_systems_bibliography.md
A reading list that I'm collecting while building my Rust ES+CQRS framework: https://github.com/brendanzab/chronicle

Functional, Reactive, and Distributed Systems Bibliography

Books

@italoag
italoag / d3lib.md
Last active August 29, 2015 14:27 — forked from widged/d3lib.md
d3 libraries

chartFactory

/affini-tech/ChartFactory

Based on D3.JS and Dimple, ChartFactory provide the ability to build quickly D3.JS charts without coding any lines of javascript. Just define your dashboard in a JSON and voila !

charts: [
        {id:'chart1',
         width:800,height:250,

xAxis:{type:'Category',field: "Month",orderRule:'Date'},