(trace)
| 270 | } |
| 271 | |
| 272 | function firstScatterGroup(trace) { |
| 273 | var stackGroup = trace.stackgroup; |
| 274 | return trace.xaxis + trace.yaxis + trace.type + |
| 275 | (stackGroup ? '-' + stackGroup : ''); |
| 276 | } |
| 277 | |
| 278 | function getStackOpts(trace, fullLayout, xa, ya) { |
| 279 | var stackGroup = trace.stackgroup; |
no outgoing calls
no test coverage detected
searching dependent graphs…