Skip to content
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

Remove "Break:" in text #105

Open
jezperp opened this issue Feb 6, 2020 · 3 comments
Open

Remove "Break:" in text #105

jezperp opened this issue Feb 6, 2020 · 3 comments

Comments

@jezperp
Copy link

jezperp commented Feb 6, 2020

Hi! First of all, thanks for this awesome plugin.

I have an issue where this "Break:" text is added to my markers, I don't want this since I want complete control over what is being viewed in my markers, can we remove this? Seems odd to add this by default...

Or is it possible to override the default setting of how the markers text is being generated?

Thanks.

@jezperp jezperp changed the title Remove "Break:" in title Remove "Break:" in text Feb 6, 2020
@Jorenm
Copy link

Jorenm commented Feb 25, 2020

Looking at the code it seems one of the options will let you override that. {markerTip: {text: yourfunction() {}} will probably do it. You can also just directly edit the default settings.

@Mohit17067
Copy link

Mohit17067 commented Nov 17, 2020

Hi, any solution for this? {markerTip: {text: yourfunction() {}} is not working here.

@romenov
Copy link

romenov commented Nov 24, 2020

Hi, any solution for this? {markerTip: {text: yourfunction() {}} is not working here.

Try
markerTip: { text(marker) { return "your text here"; },...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants