<div id="container" class="chart xyline">
  <d3fc-group class="cartesian-chart" auto-resize=""
    ><div class="chart-label top-label"></div>
    <div class="x-label bottom-label">Sales</div>
    <div class="y-label left-label">Quantity</div>
    <d3fc-svg class="svg-plot-area plot-area"
      ><svg preserveAspectRatio="none">
        <g class="multi">
          <g>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-y" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
            <line class="gridline-x" stroke="#bbb"></line>
          </g>
        </g>
        <g class="multi">
          <g>
            <g class="multi">
              <g><path class="line" fill="none" stroke="#000"></path></g>
            </g>
            <g class="multi">
              <g><path class="line" fill="none" stroke="#000"></path></g>
            </g>
            <g class="multi">
              <g><path class="line" fill="none" stroke="#000"></path></g>
            </g>
          </g>
        </g></svg></d3fc-svg
    ><d3fc-svg class="x-axis bottom-axis"
      ><svg
        preserveAspectRatio="none"
        fill="none"
        font-size="10"
        font-family="sans-serif"
        text-anchor="middle"
      >
        <path class="domain" stroke="#000"></path>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">0</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">500</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">1,000</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">1,500</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">2,000</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">2,500</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">3,000</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">3,500</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">4,000</text>
        </g>
      </svg></d3fc-svg
    ><d3fc-svg class="y-axis left-axis"
      ><svg
        preserveAspectRatio="none"
        fill="none"
        font-size="10"
        font-family="sans-serif"
        text-anchor="end"
      >
        <path class="domain" stroke="#000"></path>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">0</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">5</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">10</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">15</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">20</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">25</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">30</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">35</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">40</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">45</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">50</text>
        </g>
        <g class="tick">
          <path stroke="#000"></path>
          <text fill="#000">55</text>
        </g>
      </svg></d3fc-svg
    ></d3fc-group
  >
  <div class="legend-container" borderbox-on-hover="true">
    <svg id="dragHandles" width="150">
      <g>
        <rect
          id="dragleft"
          class="vertical-drag-handle"
          height="50"
          width="9"
          fill="lightgreen"
          fill-opacity="0"
          cursor="ew-resize"
        ></rect>
        <rect
          id="dragtop"
          class="horizontal-drag-handle"
          height="9"
          width="132"
          fill="lightblue"
          fill-opacity="0"
          cursor="ns-resize"
        ></rect>
        <rect
          id="dragright"
          class="vertical-drag-handle"
          height="50"
          width="9"
          fill="lightgreen"
          fill-opacity="0"
          cursor="ew-resize"
        ></rect>
        <rect
          id="dragbottom"
          class="horizontal-drag-handle"
          height="9"
          width="132"
          fill="lightblue"
          fill-opacity="0"
          cursor="ns-resize"
        ></rect>
        <rect
          id="dragtopleft"
          class="corner-drag-handle top left"
          height="9"
          width="9"
          fill="red"
          fill-opacity="0"
          cursor="nwse-resize"
        ></rect>
        <rect
          id="dragtopright"
          class="corner-drag-handle top right"
          height="9"
          width="9"
          fill="red"
          fill-opacity="0"
          cursor="nesw-resize"
        ></rect>
        <rect
          id="dragbottomright"
          class="corner-drag-handle bottom right"
          height="9"
          width="9"
          fill="red"
          fill-opacity="0"
          cursor="nwse-resize"
        ></rect>
        <rect
          id="dragbottomleft"
          class="corner-drag-handle bottom left"
          height="9"
          width="9"
          fill="red"
          fill-opacity="0"
          cursor="nesw-resize"
        ></rect>
      </g></svg
    ><g class="legend-controls"
      ><span id="up-arrow" class="disabled">▲</span>
      <span id="page-text">1/1</span>
      <span id="down-arrow" class="disabled">▼</span> </g
    ><svg class="legend">
      <g class="legendCells">
        <g class="cell">
          <circle class="swatch"></circle>
          <text class="label">Fu</text>
          <title>Furniture</title>
        </g>
        <g class="cell">
          <circle class="swatch"></circle>
          <text class="label">Of</text>
          <title>Office Supplies</title>
        </g>
        <g class="cell">
          <circle class="swatch"></circle>
          <text class="label">Te</text>
          <title>Technology</title>
        </g>
      </g>
    </svg>
  </div>
</div>
