Hyphens in event text
Asked by Andrew Brisbin
7 years ago.
7 years ago.
How can I use hyphens as text for events?
When I provider a hyphen as part of the event text, when loading data, the event text stops after the hyphen.
var data = [{"id":"2225973","text":"1234-thisdoesnotdisplay"}];
dp.events.list = data;
DayPilot