File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1435,6 +1435,7 @@ customSymbol = d3Shape.symbolTriangle;
14351435customSymbol = d3Shape . symbolTriangle2 ;
14361436customSymbol = d3Shape . symbolWye ;
14371437customSymbol = d3Shape . symbolX ;
1438+ customSymbol = d3Shape . symbolTimes ;
14381439
14391440// -----------------------------------------------------------------------------------
14401441// Test pointRadial
Original file line number Diff line number Diff line change @@ -2394,6 +2394,11 @@ export const symbolWye: SymbolType;
23942394 */
23952395export const symbolX : SymbolType ;
23962396
2397+ /**
2398+ * The X-shape symbol type; intended for stroking.
2399+ */
2400+ export const symbolTimes : SymbolType ;
2401+
23972402// -----------------------------------------------------------------------------------
23982403// pointRadial
23992404// -----------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments