Skip to content

Commit 1c32704

Browse files
Merge pull request #22 from geoblink/feature/CORE-7901-SCATTER-PLOT
Feature/core 7901 scatter plot
2 parents 7724230 + 5a4675e commit 1c32704

22 files changed

+2458
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 29.4.0
4+
5+
New:
6+
7+
- `GeoChartScatterPlot` component
8+
- `GeoChartQuadrant` component
9+
310
## 29.3.0
411

512
New:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoblink/design-system",
3-
"version": "29.3.0",
3+
"version": "29.4.0",
44
"description": "Geoblink Design System for Vue.js",
55
"author": "Geoblink <contact@geoblink.com>",
66
"main": "dist/system.js",

src/elements/GeoChart/GeoChart.07.0.line-charts.examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ key `tooltip`. This key must store an object with the following shape:
4343
- `content` - **required**. Function that takes as parameters the item
4444
corresponding to the line being customized and its position inside the data array.
4545
It's expected to return a HTML string that will be rendered inside a tooltip.
46-
- `offset` - *pptional*. Function that takes as parameter the event triggering
46+
- `offset` - *optional*. Function that takes as parameter the event triggering
4747
the tooltip and is expected to return an object with an `x` and a `y` property,
4848
both storing numbers that will be used as offset of the tooltip with respect to
4949
event coordinates. By default tooltip will be positioned above cursor.

0 commit comments

Comments
 (0)