Added uncorrect removed files.
Fixed build files permissions.
Fixed visibility property spelling.
Fixed bug on returned zoom domain in 'onzoomend' event.
Prevent a drag from a single click.
removed fix for false click.
Fixed bug in update zoom when zoom type is drag.
* Improved scrollToHash function code with specific selector
When there is a link to content in column-content, the function may scroll to wrong location. Check #legend-hide
* Resolved sidemenu-content mismatch on reference page of official website
When browing on reference page, there are some references in sidemenu for which there is no content, for some others content was present but no reference in side & some refrences were mispositioned
Added references for data.labels.format, data.ondragstart, data.ondragend
Updated axis.y.type position as it was mispositioned
Commented api.category, api.categories, api.tooltip.show, and api.tooltip.hide as no description content found
* chore: store artifacts on circleci
* chore: update http:// to https://
* chore: update references to relative
* chore: status-back from circleci
* chore: update node version
* Revert "chore: status-back from circleci"
This reverts commit bd29ee18c1.
* Uses classes prototype instead of their aliases
- Class chart was moved to its own script.
- Class AxisInternal was moved to its own script. It's only needed by Class Axis
- Definition of Chart removed from core.js
- Definition of AxisInternal removed from axis.js
* Replaces aliases of Class prototypes
- Alias c3_chart_fn replaced by Chart.prototype where is due
- Alias c3_chart_internal_fn replaced by ChartInternal.prototype where is due
- spec/data.convets.js renamed to spec/data.convert-spec.js for clarity
* Fixes Chart.prototype.legend.hide behavior
- It was calling $$.updateAndRedraw({withLegend: true});
- It should call $$.updateAndRedraw({withLegend: false});
* loads *-helper.js and *-spec.js files
* adds tests to improve coverage
restores c3.js and c3.min.js to master version
fixes linter error
* util is a plain collection of functions
* adds test for api.x, drag and util
* Refactors circular dependencies
- Adds src/chart-internal.js
- doesn't need to pass c3.js as argument to rollup
- don't commit c3.js nor c3.min.js
- formatting rollup.config.js
- keep util.js format
- remove unused imports from axis, core and util
* adds more tests for axis and zoom
* restores the way in which chart-internal calls d3 #2060
* fixes linter warnings on axis-spec