Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 google map chat api 创建图像。我正在生成以下 url googlechartapi
这是我得到的图像。但我想在另一行中使用“by qwerty”。我试图插入或 | 但它不工作。知道怎么做吗?
你正在寻找类似的东西,我猜:
http://chart.apis.google.com/chart?chst=d_bubble_texts_big&chld=bb|ff0000|000000|hello+world|by+qwerty
查看多行气泡文档。
第一行总是会更大,而且您似乎对此无能为力。
一行或多行文本,用于多行文本气泡。每行由 | 分隔 标记。第一行将显示为更大和粗体。空格必须替换为 +。
https://chart.googleapis.com/chart?chst=d_text_outline&chld=FFCC33|16|h|FF0000|b|Hello+world|by+qwerty
https://chart.googleapis.com/chart?chst=d_bubble_texts_big&chld=bb|FFB573|000000|Helo+world|by+qwerty
解释:
https://developers.google.com/chart/image/docs/gallery/dynamic_icons?hl=pl-PL#single_line_outlined_text_icon
https://developers.google.com/chart/image/docs/gallery/dynamic_icons?hl=pl-PL#bubbles ?