Commit 75166f3f authored by Kyle Campbell's avatar Kyle Campbell

Merge branch 'master' of github.com:masayuki0812/c3

parents 45ebb095 533ce17e
{ {
"name": "c3", "name": "c3",
"main": "c3.min.js", "main": "c3.min.js",
"version": "0.1.29", "version": "0.1.30",
"homepage": "https://github.com/masayuki0812/c3", "homepage": "https://github.com/masayuki0812/c3",
"authors": [ "authors": [
"Masayuki Tanaka <masayuki0812@mac.com>" "Masayuki Tanaka <masayuki0812@mac.com>"
......
...@@ -115,6 +115,9 @@ ...@@ -115,6 +115,9 @@
.c3-legend-item { .c3-legend-item {
font-size: 12px; font-size: 12px;
} }
.c3-legend-item-hidden {
opacity: 0.1;
}
/*-- Tooltip --*/ /*-- Tooltip --*/
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "c3", "name": "c3",
"version": "0.1.29", "version": "0.1.30",
"description": "D3-based reusable chart library", "description": "D3-based reusable chart library",
"main": "c3.js", "main": "c3.js",
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment