name: total ? total : String()

in packages/showcase/treemap/dynamic-treemap.js [31:36]


      name: total ? total : String(Math.random()).slice(0, 3),
      size: Math.random() * 1000,
      color: Math.random(),
      style: {
        border: 'thin solid red'
      }