@progress/kendo-charts 1.33.0-dev.202311231237 → 1.33.0-dev.202311231312

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.
@@ -174,6 +174,7 @@ var Gauge = (function (Class) {
174
174
  stroke: {
175
175
  color: border.width ? border.color : "",
176
176
  width: border.width,
177
+ opacity: border.opacity,
177
178
  dashType: border.dashType,
178
179
  lineJoin: "round",
179
180
  lineCap: "round"
@@ -168,6 +168,7 @@ class Gauge extends Class {
168
168
  stroke: {
169
169
  color: border.width ? border.color : "",
170
170
  width: border.width,
171
+ opacity: border.opacity,
171
172
  dashType: border.dashType,
172
173
  lineJoin: "round",
173
174
  lineCap: "round"