-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
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
Update segment by overview #535
Comments
Thanks for reporting this, I'll look into it. Originally, segments could be dragged in the zoomview only, and the overview waveform was just to give a visualisation of the complete duration, but with only minimal interaction (seek). |
You can use the |
Try using these options: segmentOptions: {
overlayColor: '#ff0000',
overlayOpacity: 0.3,
overlayBorderColor: '#ff0000',
overlayBorderWidth: 2,
overlayCornerRadius: 5
} background-color isn't a valid option - see the Configuration section in the API documentation for the available options. |
Thanks a lot! |
I'd like to keep this open, because of the original issue you reported. Those errors can be avoided by not creating custom segment markers in the overview waveform, but it needs fixing properly. |
Hello,
I set the overview's enableMarkerEditing to true based on peaks js-react-example.
This allows me to drag segments on the overview, but it does not update the range.
I can only update segments on zoomview.
Also, I will get the error by dragging segments on the overview.
The text was updated successfully, but these errors were encountered: