@opendata-ai/openchart-engine 2.2.0 → 2.3.0

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/dist/index.js CHANGED
@@ -2429,7 +2429,7 @@ import { max as max2, min as min2 } from "d3-array";
2429
2429
  import { scaleLinear, scaleOrdinal, scaleSqrt as scaleSqrt2 } from "d3-scale";
2430
2430
  var DEFAULT_NODE_RADIUS = 5;
2431
2431
  var MIN_NODE_RADIUS = 3;
2432
- var MAX_NODE_RADIUS = 20;
2432
+ var MAX_NODE_RADIUS = 12;
2433
2433
  var DEFAULT_EDGE_WIDTH = 1;
2434
2434
  var MIN_EDGE_WIDTH = 0.5;
2435
2435
  var MAX_EDGE_WIDTH = 4;