idescat / visual

Visual is a Javascript library for data visualization developed by the Statistical Institute of Catalonia (Idescat). It is based on popular open source solutions. Visual offers a simple interface that encapsulates the complexity of these solutions for the most common chart types.
https://www.idescat.cat/dev/visual/?lang=en
Other
62 stars 14 forks source link

Visual Maker/Viewer: footers with multiple paragraphs might be parsed incorrectly #11

Open badosa opened 6 years ago

badosa commented 6 years ago

Visual Maker allows you to specify footers as

"Lorem ipsum..." (single paragraph)

and

["Paragraph1","Paragraph2"] (multiple paragraphs)

Take into account, though, that the footer can be parsed incorrectly (and shown as a single paragraph one) if Paragraph1 (or Paragraph2) contains : or '. Please use : and ' to avoid this issue.

Example:

["Note: Lorem ipsum.","Source: Cicero's De finibus bonorum et malorum."]