|
|
@ -108,7 +108,6 @@ c3_chart_internal_fn.initParams = function () { |
|
|
|
$$.defocusedTargetIds = []; |
|
|
|
$$.defocusedTargetIds = []; |
|
|
|
|
|
|
|
|
|
|
|
$$.xOrient = config.axis_rotated ? "left" : "bottom"; |
|
|
|
$$.xOrient = config.axis_rotated ? "left" : "bottom"; |
|
|
|
$$.yOrient = config.axis_rotated ? "bottom" : "left"; |
|
|
|
|
|
|
|
$$.yOrient = config.axis_rotated ? (config.axis_y_inner ? "top" : "bottom") : (config.xis_y_inner ? "right" : "left"); |
|
|
|
$$.yOrient = config.axis_rotated ? (config.axis_y_inner ? "top" : "bottom") : (config.xis_y_inner ? "right" : "left"); |
|
|
|
$$.y2Orient = config.axis_rotated ? (config.axis_y_inner ? "bottom" : "top") : (config.xis_y_inner ? "left" : "right"); |
|
|
|
$$.y2Orient = config.axis_rotated ? (config.axis_y_inner ? "bottom" : "top") : (config.xis_y_inner ? "left" : "right"); |
|
|
|
$$.subXOrient = config.axis_rotated ? "left" : "bottom"; |
|
|
|
$$.subXOrient = config.axis_rotated ? "left" : "bottom"; |
|
|
|