kt3k on gh-pages
Deploy c3js/c3 to github.com/c3… (compare)
kt3k on master
Typo fix (#2568) (compare)
Hello! Is it possible to have column set the color of a scatter point?
If I have:
data: {
x: this.plotData[0][0],
columns: [
this.plotData[0],
this.plotData[1],
this.plotData[2],
],
type: 'scatter',
I want the first column to be x-axis (works fine). The second column is y-value. The third should be mapped to a color gradient that determines the color of the rendered scatter points. Is this possible?
c3_chart_internal_fn.updateTargetsForText @ main-99934de582.js:9507
c3_chart_internal_fn.updateTargets @ main-99934de582.js:6541
c3_chart_internal_fn.load @ main-99934de582.js:8383
c3_chart_internal_fn.loadFromArgs @ main-99934de582.js:8407
c3_chart_fn.load @ main-99934de582.js:12422
padAngle()
methods in C3, but I’m a little out of my depth about whether that sort of thing can be modified by CSS.
Tooltip Performance issues. Here is my setup. 2 pie charts and a bar chart — tooltips are really responsive when mouseover. Add a 3rd pie chart to the mix and the third pie chart has really slow lag time when showing tooltip, but other charts still are fast.
Remove one of the other pie charts, and the last chart is fast again. Chrome shows “forced reflow is like performance bottleneck”.
This sound like anything you guys have experienced before?
$$.x(some-x-value)
?