plotly.js
Version:
The open source javascript graphing library that powers plotly
25 lines (22 loc) • 489 B
JavaScript
;
// No cliponaxis or hoveron
const { cliponaxis, hoveron, ...scatterPolarAttrs } = require('../scatterpolar/attributes');
const {
connectgaps,
line: { color, dash, width },
fill,
fillcolor,
marker,
textfont,
textposition
} = require('../scattergl/attributes');
module.exports = {
...scatterPolarAttrs,
connectgaps,
fill,
fillcolor,
line: { color, dash, editType: 'calc', width },
marker,
textfont,
textposition
};