Commit b6477ea5 authored by Kyle Campbell's avatar Kyle Campbell

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

parents 75166f3f 602f3775
{
"name": "c3",
"main": "c3.min.js",
"version": "0.1.30",
"version": "0.1.31",
"homepage": "https://github.com/masayuki0812/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"
......
......@@ -2,7 +2,7 @@
'use strict';
var c3 = {
version: "0.1.30"
version: "0.1.31"
};
var CLASS = {
......@@ -173,7 +173,7 @@
__axis_x_tick_culling_max = getConfig(['axis', 'x', 'tick', 'culling', 'max'], 10),
__axis_x_tick_count = getConfig(['axis', 'x', 'tick', 'count']),
__axis_x_tick_fit = getConfig(['axis', 'x', 'tick', 'fit'], false),
__axis_x_tick_values = getConfig(['axis', 'x', 'tick', 'values'], []),
__axis_x_tick_values = getConfig(['axis', 'x', 'tick', 'values'], null),
__axis_x_max = getConfig(['axis', 'x', 'max']),
__axis_x_min = getConfig(['axis', 'x', 'min']),
__axis_x_default = getConfig(['axis', 'x', 'default']),
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "c3",
"version": "0.1.30",
"version": "0.1.31",
"description": "D3-based reusable chart library",
"main": "c3.js",
"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