We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
here the Route_ID plot is wider than the Units_Sold_This_Week plot below
Route_ID
Units_Sold_This_Week
Sorry, something went wrong.
const plotWidth = document.getElementById(`scatterplot-container`).clientWidth - leftPadding; console.log('width of top plot', width); console.log('plotWidth', plotWidth); options = { width: plotWidth, // TODO: refactor white space in variable names edge case handling xVariable: xOriginal, yVariable: yColumn, idVariable: idColumn, xLabel, tooltipColumns, numericColumns, wrapperId: currentAlgo, wrapperLabel: currentAlgoLabel, // hideXLabel: true, // yLabelTransform: 'left', yLabelTransform: [-10, -10, 0], globalExtents: globalExtents[x], marks, yScaleType, yScaleExponent, margin: { left: 120, top: 20, right: 80, bottom: 40 }, xDroplineTextFormat: ',.0f', yDroplineTextFormat: ',.0f' }
No branches or pull requests
The text was updated successfully, but these errors were encountered: