frappe-ui 0.1.159 → 0.1.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frappe-ui",
3
- "version": "0.1.159",
3
+ "version": "0.1.160",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.ts",
6
6
  "type": "module",
@@ -118,6 +118,7 @@ function getLineSeriesOptions(
118
118
  ) {
119
119
  const showSymbol = series.showDataPoints || series.showDataLabels
120
120
  return {
121
+ connectNulls: true,
121
122
  symbol: 'circle',
122
123
  symbolSize: 7,
123
124
  showSymbol: showSymbol,