We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37238b commit f9208fbCopy full SHA for f9208fb
peaks.js.d.ts
@@ -292,6 +292,10 @@ declare module 'peaks.js' {
292
timeLabelPrecision?: number;
293
/** Show or hide the time axis labels */
294
showAxisLabels?: boolean;
295
+ /** Height of the axis markers at the top of the waveform */
296
+ axisTopMarkerHeight?: number;
297
298
+ axisBottomMarkerHeight?: number;
299
/** Returns a string for the axis label timestamps */
300
formatAxisTime?: FormatTimeFunction;
301
/**
0 commit comments