apisearch-events-ui
Version:
Javascript User Interface to visualize all events data.
21 lines • 575 B
JavaScript
export const datasetDefaultOptions = {
label: 'Last queries',
fill: true,
lineTension: 0.2,
borderCapStyle: 'butt',
borderWidth: 2,
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
pointBorderColor: "#fff",
pointHoverBackgroundColor: "#fff",
borderColor: "#91B9CA",
backgroundColor: "rgba(223, 233, 237, 0.4)",
pointBackgroundColor: "#91B9CA",
pointHoverBorderColor: "#91B9CA",
pointRadius: 3,
pointHoverRadius: 3,
pointBorderWidth: 1,
pointHoverBorderWidth: 1,
pointHitRadius: 10
};