Browse Source

Document

pull/2272/head
Nazih Ahmed 7 years ago
parent
commit
ce29bf29d8
  1. 4
      README.md
  2. 4
      package.json

4
README.md

@ -1,3 +1,7 @@
# Alooma C3
- customized library for alooma.com with major memory leak fixes and optimization
- [Alooma](https://www.alooma.com/)
# c3 # c3
[![CircleCI](https://circleci.com/gh/c3js/c3.svg?style=svg)](https://circleci.com/gh/c3js/c3) [![CircleCI](https://circleci.com/gh/c3js/c3.svg?style=svg)](https://circleci.com/gh/c3js/c3)

4
package.json

@ -1,5 +1,5 @@
{ {
"name": "c3", "name": "alooma-c3",
"version": "0.4.18", "version": "0.4.18",
"description": "D3-based reusable chart library", "description": "D3-based reusable chart library",
"main": "c3.js", "main": "c3.js",
@ -22,7 +22,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/c3js/c3.git" "url": "git://github.com/Aloomaio/c3"
}, },
"keywords": [ "keywords": [
"d3", "d3",

Loading…
Cancel
Save