Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Details

Privacy

Go PRO Window blinds lowered to protect code. Code Editor with window blinds (raised) and a light blub turned on.

Keep it secret; keep it safe.

Private Pens are hidden everywhere on CodePen, except to you. You can still share them and other people can see them, they just can't find them through searching or browsing.

Upgrade to PRO

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

Template

Make Template?

Templates are Pens that can be used to start other Pens quickly from the create menu. The new Pen will copy all the code and settings from the template and make a new Pen (that is not a fork). You can view all of your templates, or learn more in the documentation.

Template URL

Any Pen can act as a template (even if you don't flip the toggle above) with a special URL you can use yourself or share with others. Here's this Pen's template URL:

Screenshot

Screenshot or Custom Thumbnail

Screenshots of Pens are shown in mobile browsers, RSS feeds, to users who chose images instead of iframes, and in social media sharing.

This Pen is using the default Screenshot, generated by CodePen. Upgrade to PRO to upload your own thumbnail that will be displayed on previews of this pen throughout the site and when sharing to social media.

Upgrade to PRO

HTML

              
                <svg class="chart"></svg>
<table class="legend"></table>
              
            
!

CSS

              
                .chart{
  width: 100%;
  min-height: 400px;
}

.c3-bars-Low .c3-bar{
  stroke: rgb(255,255,255) !important;
  fill: rgba(255,255,255, 0) !important;
}

.c3-grid{
  padding-right: 40px;
}
              
            
!

JS

              
                
var chart = c3.generate({
  bindto: '.chart',
    data: {
        x: 'dates',
        columns: [
  [
    "dates",
    "2017-04-19",
    "2017-04-20",
    "2017-04-21",
    "2017-04-22",
    "2017-04-23",
    "2017-04-24",
    "2017-04-25",
    "2017-04-26",
    "2017-04-27",
    "2017-04-28",
    "2017-04-29",
    "2017-04-30",
    "2017-05-01",
    "2017-05-02",
    "2017-05-03",
    "2017-05-04",
    "2017-05-05",
    "2017-05-06",
    "2017-05-07",
    "2017-05-08",
    "2017-05-09",
    "2017-05-10",
    "2017-05-11",
    "2017-05-12",
    "2017-05-13",
    "2017-05-14",
    "2017-05-15",
    "2017-05-16",
    "2017-05-17",
    "2017-05-18",
    "2017-05-19",
    "2017-05-20",
    "2017-05-21",
    "2017-05-22",
    "2017-05-23",
    "2017-05-24",
    "2017-05-25",
    "2017-05-26",
    "2017-05-27",
    "2017-05-28",
    "2017-05-29",
    "2017-05-30",
    "2017-05-31",
    "2017-06-01",
    "2017-06-02",
    "2017-06-03",
    "2017-06-04",
    "2017-06-05",
    "2017-06-06",
    "2017-06-07",
    "2017-06-08",
    "2017-06-09",
    "2017-06-10",
    "2017-06-11",
    "2017-06-12",
    "2017-06-13",
    "2017-06-14",
    "2017-06-15",
    "2017-06-16",
    "2017-06-17",
    "2017-06-18",
    "2017-06-19",
    "2017-06-20",
    "2017-06-21",
    "2017-06-22",
    "2017-06-23",
    "2017-06-24",
    "2017-06-25",
    "2017-06-26",
    "2017-06-27",
    "2017-06-28",
    "2017-06-29",
    "2017-06-30",
    "2017-07-01",
    "2017-07-02",
    "2017-07-03",
    "2017-07-04",
    "2017-07-05",
    "2017-07-06",
    "2017-07-07",
    "2017-07-08",
    "2017-07-09",
    "2017-07-10",
    "2017-07-11",
    "2017-07-12",
    "2017-07-13",
    "2017-07-14",
    "2017-07-15",
    "2017-07-16",
    "2017-07-17",
    "2017-07-18",
    "2017-07-19",
    "2017-07-20",
    "2017-07-21",
    "2017-07-22",
    "2017-07-23",
    "2017-07-24",
    "2017-07-25",
    "2017-07-26",
    "2017-07-27",
    "2017-07-28",
    "2017-07-29",
    "2017-07-30",
    "2017-07-31",
    "2017-08-01",
    "2017-08-02",
    "2017-08-03",
    "2017-08-04",
    "2017-08-05",
    "2017-08-06",
    "2017-08-07",
    "2017-08-08",
    "2017-08-09",
    "2017-08-10",
    "2017-08-11",
    "2017-08-12",
    "2017-08-13",
    "2017-08-14",
    "2017-08-15",
    "2017-08-16",
    "2017-08-17",
    "2017-08-18",
    "2017-08-19",
    "2017-08-20",
    "2017-08-21",
    "2017-08-22",
    "2017-08-23",
    "2017-08-24",
    "2017-08-25",
    "2017-08-26",
    "2017-08-27",
    "2017-08-28",
    "2017-08-29",
    "2017-08-30",
    "2017-08-31",
    "2017-09-01",
    "2017-09-02",
    "2017-09-03",
    "2017-09-04",
    "2017-09-05",
    "2017-09-06",
    "2017-09-07",
    "2017-09-08",
    "2017-09-09",
    "2017-09-10",
    "2017-09-11",
    "2017-09-12",
    "2017-09-13",
    "2017-09-14",
    "2017-09-15",
    "2017-09-16",
    "2017-09-17",
    "2017-09-18",
    "2017-09-19",
    "2017-09-20",
    "2017-09-21",
    "2017-09-22",
    "2017-09-23",
    "2017-09-24",
    "2017-09-25",
    "2017-09-26",
    "2017-09-27",
    "2017-09-28",
    "2017-09-29",
    "2017-09-30",
    "2017-10-01",
    "2017-10-02",
    "2017-10-03",
    "2017-10-04",
    "2017-10-05",
    "2017-10-06",
    "2017-10-07",
    "2017-10-08",
    "2017-10-09",
    "2017-10-10",
    "2017-10-11",
    "2017-10-12",
    "2017-10-13",
    "2017-10-14",
    "2017-10-15",
    "2017-10-16",
    "2017-10-17",
    "2017-10-18",
    "2017-10-19",
    "2017-10-20",
    "2017-10-21",
    "2017-10-22",
    "2017-10-23",
    "2017-10-24",
    "2017-10-25",
    "2017-10-26",
    "2017-10-27",
    "2017-10-28",
    "2017-10-29",
    "2017-10-30",
    "2017-10-31",
    "2017-11-01",
    "2017-11-02",
    "2017-11-03",
    "2017-11-04",
    "2017-11-05",
    "2017-11-06",
    "2017-11-07",
    "2017-11-08",
    "2017-11-09",
    "2017-11-10",
    "2017-11-11",
    "2017-11-12",
    "2017-11-13",
    "2017-11-14",
    "2017-11-15",
    "2017-11-16",
    "2017-11-17",
    "2017-11-18",
    "2017-11-19",
    "2017-11-20",
    "2017-11-21",
    "2017-11-22",
    "2017-11-23",
    "2017-11-24",
    "2017-11-25",
    "2017-11-26",
    "2017-11-27",
    "2017-11-28",
    "2017-11-29",
    "2017-11-30",
    "2017-12-01",
    "2017-12-02",
    "2017-12-03",
    "2017-12-04",
    "2017-12-05",
    "2017-12-06",
    "2017-12-07",
    "2017-12-08",
    "2017-12-09",
    "2017-12-10",
    "2017-12-11",
    "2017-12-12",
    "2017-12-13",
    "2017-12-14",
    "2017-12-15",
    "2017-12-16",
    "2017-12-17",
    "2017-12-18",
    "2017-12-19",
    "2017-12-20",
    "2017-12-21",
    "2017-12-22",
    "2017-12-23",
    "2017-12-24",
    "2017-12-25",
    "2017-12-26",
    "2017-12-27",
    "2017-12-28",
    "2017-12-29",
    "2017-12-30",
    "2017-12-31",
    "2018-01-01",
    "2018-01-02",
    "2018-01-03",
    "2018-01-04",
    "2018-01-05",
    "2018-01-06",
    "2018-01-07",
    "2018-01-08",
    "2018-01-09",
    "2018-01-10",
    "2018-01-11",
    "2018-01-12",
    "2018-01-13",
    "2018-01-14",
    "2018-01-15",
    "2018-01-16",
    "2018-01-17",
    "2018-01-18",
    "2018-01-19",
    "2018-01-20",
    "2018-01-21",
    "2018-01-22",
    "2018-01-23",
    "2018-01-24",
    "2018-01-25",
    "2018-01-26",
    "2018-01-27",
    "2018-01-28",
    "2018-01-29",
    "2018-01-30",
    "2018-01-31",
    "2018-02-01",
    "2018-02-02",
    "2018-02-03",
    "2018-02-04",
    "2018-02-05",
    "2018-02-06",
    "2018-02-07",
    "2018-02-08",
    "2018-02-09",
    "2018-02-10",
    "2018-02-11",
    "2018-02-12",
    "2018-02-13",
    "2018-02-14",
    "2018-02-15",
    "2018-02-16",
    "2018-02-17",
    "2018-02-18",
    "2018-02-19",
    "2018-02-20",
    "2018-02-21",
    "2018-02-22",
    "2018-02-23",
    "2018-02-24",
    "2018-02-25",
    "2018-02-26",
    "2018-02-27",
    "2018-02-28",
    "2018-03-01",
    "2018-03-02",
    "2018-03-03",
    "2018-03-04",
    "2018-03-05",
    "2018-03-06",
    "2018-03-07",
    "2018-03-08",
    "2018-03-09",
    "2018-03-10",
    "2018-03-11",
    "2018-03-12",
    "2018-03-13",
    "2018-03-14",
    "2018-03-15",
    "2018-03-16",
    "2018-03-17",
    "2018-03-18",
    "2018-03-19",
    "2018-03-20",
    "2018-03-21",
    "2018-03-22",
    "2018-03-23",
    "2018-03-24",
    "2018-03-25",
    "2018-03-26",
    "2018-03-27",
    "2018-03-28",
    "2018-03-29",
    "2018-03-30",
    "2018-03-31",
    "2018-04-01",
    "2018-04-02",
    "2018-04-03",
    "2018-04-04",
    "2018-04-05",
    "2018-04-06",
    "2018-04-07",
    "2018-04-08",
    "2018-04-09",
    "2018-04-10",
    "2018-04-11",
    "2018-04-12",
    "2018-04-13",
    "2018-04-14",
    "2018-04-15",
    "2018-04-16",
    "2018-04-17",
    "2018-04-18",
    "2018-04-19",
    "2018-04-20",
    "2018-04-21",
    "2018-04-22",
    "2018-04-23",
    "2018-04-24",
    "2018-04-25",
    "2018-04-26",
    "2018-04-27",
    "2018-04-28",
    "2018-04-29",
    "2018-04-30",
    "2018-05-01",
    "2018-05-02",
    "2018-05-03",
    "2018-05-04",
    "2018-05-05",
    "2018-05-06",
    "2018-05-07",
    "2018-05-08",
    "2018-05-09",
    "2018-05-10",
    "2018-05-11",
    "2018-05-12",
    "2018-05-13",
    "2018-05-14",
    "2018-05-15",
    "2018-05-16",
    "2018-05-17",
    "2018-05-18",
    "2018-05-19",
    "2018-05-20",
    "2018-05-21",
    "2018-05-22",
    "2018-05-23",
    "2018-05-24",
    "2018-05-25",
    "2018-05-26",
    "2018-05-27",
    "2018-05-28",
    "2018-05-29",
    "2018-05-30",
    "2018-05-31",
    "2018-06-01",
    "2018-06-02",
    "2018-06-03",
    "2018-06-04",
    "2018-06-05",
    "2018-06-06",
    "2018-06-07",
    "2018-06-08",
    "2018-06-09",
    "2018-06-10",
    "2018-06-11",
    "2018-06-12",
    "2018-06-13",
    "2018-06-14",
    "2018-06-15",
    "2018-06-16",
    "2018-06-17",
    "2018-06-18",
    "2018-06-19",
    "2018-06-20",
    "2018-06-21",
    "2018-06-22",
    "2018-06-23",
    "2018-06-24",
    "2018-06-25",
    "2018-06-26",
    "2018-06-27",
    "2018-06-28",
    "2018-06-29",
    "2018-06-30",
    "2018-07-01",
    "2018-07-02",
    "2018-07-03",
    "2018-07-04",
    "2018-07-05",
    "2018-07-06",
    "2018-07-07",
    "2018-07-08",
    "2018-07-09",
    "2018-07-10",
    "2018-07-11",
    "2018-07-12",
    "2018-07-13",
    "2018-07-14",
    "2018-07-15",
    "2018-07-16",
    "2018-07-17",
    "2018-07-18",
    "2018-07-19",
    "2018-07-20",
    "2018-07-21",
    "2018-07-22",
    "2018-07-23",
    "2018-07-24",
    "2018-07-25",
    "2018-07-26",
    "2018-07-27",
    "2018-07-28",
    "2018-07-29",
    "2018-07-30",
    "2018-07-31",
    "2018-08-01",
    "2018-08-02",
    "2018-08-03",
    "2018-08-04",
    "2018-08-05",
    "2018-08-06",
    "2018-08-07",
    "2018-08-08",
    "2018-08-09",
    "2018-08-10",
    "2018-08-11",
    "2018-08-12",
    "2018-08-13",
    "2018-08-14",
    "2018-08-15",
    "2018-08-16",
    "2018-08-17",
    "2018-08-18",
    "2018-08-19",
    "2018-08-20",
    "2018-08-21",
    "2018-08-22",
    "2018-08-23",
    "2018-08-24",
    "2018-08-25",
    "2018-08-26",
    "2018-08-27",
    "2018-08-28",
    "2018-08-29",
    "2018-08-30",
    "2018-08-31",
    "2018-09-01",
    "2018-09-02",
    "2018-09-03",
    "2018-09-04",
    "2018-09-05",
    "2018-09-06",
    "2018-09-07",
    "2018-09-08",
    "2018-09-09",
    "2018-09-10",
    "2018-09-11",
    "2018-09-12",
    "2018-09-13",
    "2018-09-14",
    "2018-09-15",
    "2018-09-16",
    "2018-09-17",
    "2018-09-18",
    "2018-09-19",
    "2018-09-20",
    "2018-09-21",
    "2018-09-22",
    "2018-09-23",
    "2018-09-24",
    "2018-09-25",
    "2018-09-26",
    "2018-09-27",
    "2018-09-28",
    "2018-09-29",
    "2018-09-30",
    "2018-10-01",
    "2018-10-02",
    "2018-10-03",
    "2018-10-04",
    "2018-10-05",
    "2018-10-06",
    "2018-10-07",
    "2018-10-08",
    "2018-10-09",
    "2018-10-10",
    "2018-10-11",
    "2018-10-12",
    "2018-10-13",
    "2018-10-14",
    "2018-10-15",
    "2018-10-16",
    "2018-10-17",
    "2018-10-18",
    "2018-10-19",
    "2018-10-20",
    "2018-10-21",
    "2018-10-22",
    "2018-10-23",
    "2018-10-24",
    "2018-10-25",
    "2018-10-26",
    "2018-10-27",
    "2018-10-28",
    "2018-10-29",
    "2018-10-30",
    "2018-10-31",
    "2018-11-01",
    "2018-11-02",
    "2018-11-03",
    "2018-11-04",
    "2018-11-05",
    "2018-11-06",
    "2018-11-07",
    "2018-11-08",
    "2018-11-09",
    "2018-11-10",
    "2018-11-11",
    "2018-11-12",
    "2018-11-13",
    "2018-11-14",
    "2018-11-15",
    "2018-11-16",
    "2018-11-17",
    "2018-11-18",
    "2018-11-19",
    "2018-11-20",
    "2018-11-21",
    "2018-11-22",
    "2018-11-23",
    "2018-11-24",
    "2018-11-25",
    "2018-11-26",
    "2018-11-27",
    "2018-11-28",
    "2018-11-29",
    "2018-11-30",
    "2018-12-01",
    "2018-12-02",
    "2018-12-03",
    "2018-12-04",
    "2018-12-05",
    "2018-12-06",
    "2018-12-07",
    "2018-12-08",
    "2018-12-09",
    "2018-12-10",
    "2018-12-11",
    "2018-12-12",
    "2018-12-13",
    "2018-12-14",
    "2018-12-15",
    "2018-12-16",
    "2018-12-17",
    "2018-12-18",
    "2018-12-19",
    "2018-12-20",
    "2018-12-21",
    "2018-12-22",
    "2018-12-23",
    "2018-12-24",
    "2018-12-25",
    "2018-12-26",
    "2018-12-27",
    "2018-12-28",
    "2018-12-29",
    "2018-12-30",
    "2018-12-31",
    "2019-01-01",
    "2019-01-02",
    "2019-01-03",
    "2019-01-04",
    "2019-01-05",
    "2019-01-06",
    "2019-01-07",
    "2019-01-08",
    "2019-01-09",
    "2019-01-10",
    "2019-01-11",
    "2019-01-12",
    "2019-01-13",
    "2019-01-14",
    "2019-01-15",
    "2019-01-16",
    "2019-01-17",
    "2019-01-18",
    "2019-01-19",
    "2019-01-20",
    "2019-01-21",
    "2019-01-22",
    "2019-01-23",
    "2019-01-24",
    "2019-01-25",
    "2019-01-26",
    "2019-01-27",
    "2019-01-28",
    "2019-01-29",
    "2019-01-30",
    "2019-01-31",
    "2019-02-01",
    "2019-02-02",
    "2019-02-03",
    "2019-02-04",
    "2019-02-05",
    "2019-02-06",
    "2019-02-07",
    "2019-02-08",
    "2019-02-09",
    "2019-02-10",
    "2019-02-11",
    "2019-02-12",
    "2019-02-13",
    "2019-02-14",
    "2019-02-15",
    "2019-02-16",
    "2019-02-17",
    "2019-02-18",
    "2019-02-19",
    "2019-02-20",
    "2019-02-21",
    "2019-02-22",
    "2019-02-23",
    "2019-02-24",
    "2019-02-25",
    "2019-02-26",
    "2019-02-27",
    "2019-02-28",
    "2019-03-01",
    "2019-03-02",
    "2019-03-03",
    "2019-03-04",
    "2019-03-05",
    "2019-03-06",
    "2019-03-07",
    "2019-03-08",
    "2019-03-09",
    "2019-03-10",
    "2019-03-11",
    "2019-03-12",
    "2019-03-13",
    "2019-03-14",
    "2019-03-15",
    "2019-03-16",
    "2019-03-17",
    "2019-03-18",
    "2019-03-19",
    "2019-03-20",
    "2019-03-21",
    "2019-03-22",
    "2019-03-23",
    "2019-03-24",
    "2019-03-25",
    "2019-03-26",
    "2019-03-27",
    "2019-03-28",
    "2019-03-29",
    "2019-03-30",
    "2019-03-31",
    "2019-04-01",
    "2019-04-02",
    "2019-04-03",
    "2019-04-04",
    "2019-04-05",
    "2019-04-06",
    "2019-04-07",
    "2019-04-08",
    "2019-04-09",
    "2019-04-10",
    "2019-04-11",
    "2019-04-12",
    "2019-04-13",
    "2019-04-14",
    "2019-04-15",
    "2019-04-16",
    "2019-04-17",
    "2019-04-18",
    "2019-04-19",
    "2019-04-20",
    "2019-04-21",
    "2019-04-22",
    "2019-04-23",
    "2019-04-24",
    "2019-04-25",
    "2019-04-26",
    "2019-04-27",
    "2019-04-28",
    "2019-04-29",
    "2019-04-30",
    "2019-05-01",
    "2019-05-02",
    "2019-05-03",
    "2019-05-04",
    "2019-05-05",
    "2019-05-06",
    "2019-05-07",
    "2019-05-08",
    "2019-05-09",
    "2019-05-10",
    "2019-05-11",
    "2019-05-12",
    "2019-05-13",
    "2019-05-14",
    "2019-05-15",
    "2019-05-16",
    "2019-05-17",
    "2019-05-18",
    "2019-05-19",
    "2019-05-20"
  ],
  [
    "closed",
    0,
    7,
    14,
    27,
    32,
    43,
    50,
    50,
    55,
    59,
    72,
    73,
    86,
    93,
    95,
    100,
    100,
    100,
    100,
    100,
    100,
    100,
    103,
    104,
    105,
    116,
    123,
    127,
    130,
    130,
    138,
    141,
    141,
    141,
    150,
    158,
    159,
    164,
    170,
    180,
    193,
    194,
    194,
    198,
    201,
    205,
    209,
    213,
    219,
    219,
    221,
    221,
    225,
    233,
    233,
    234,
    234,
    234,
    234,
    234,
    238,
    238,
    241,
    242,
    248,
    253,
    254,
    256,
    259,
    259,
    260,
    262,
    272,
    272,
    272,
    272,
    272,
    272,
    272,
    272,
    272,
    272,
    274,
    278,
    293,
    306,
    307,
    310,
    315,
    320,
    322,
    325,
    327,
    329,
    332,
    335,
    337,
    339,
    339,
    339,
    339,
    339,
    339,
    342,
    346,
    348,
    349,
    349,
    352,
    355,
    355,
    357,
    361,
    361,
    364,
    366,
    366,
    366,
    368,
    368,
    372,
    372,
    372,
    372,
    372,
    375,
    375,
    375,
    377,
    379,
    383,
    385,
    385,
    388,
    392,
    392,
    392,
    392,
    397,
    397,
    407,
    409,
    409,
    409,
    414,
    416,
    419,
    421,
    423,
    429,
    433,
    434,
    434,
    435,
    435,
    435,
    435,
    435,
    435,
    439,
    439,
    439,
    439,
    439,
    440,
    440,
    441,
    441,
    441,
    441,
    441,
    441,
    441,
    444,
    444,
    445,
    445,
    446,
    446,
    447,
    447,
    447,
    447,
    447,
    447,
    448,
    448,
    448,
    449,
    449,
    451,
    451,
    451,
    452,
    452,
    454,
    454,
    454,
    455,
    455,
    455,
    455,
    455,
    455,
    455,
    455,
    455,
    456,
    456,
    456,
    456,
    457,
    457,
    459,
    459,
    459,
    459,
    459,
    459,
    461,
    463,
    469,
    469,
    474,
    475,
    475,
    475,
    475,
    476,
    476,
    479,
    480,
    480,
    480,
    480,
    480,
    483,
    483,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    484,
    485,
    485,
    485,
    485,
    485,
    485,
    485,
    485,
    485,
    485,
    485,
    487,
    487,
    488,
    489,
    489,
    489,
    489,
    491,
    491,
    492,
    492,
    494,
    498,
    498,
    501,
    501,
    504,
    505,
    508,
    511,
    511,
    512,
    512,
    515,
    518,
    521,
    521,
    523,
    523,
    523,
    525,
    526,
    526,
    526,
    527,
    527,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    528,
    530,
    531,
    531,
    534,
    534,
    535,
    535,
    535,
    535,
    536,
    536,
    536,
    536,
    536,
    537,
    537,
    537,
    537,
    539,
    539,
    539,
    539,
    539,
    539,
    539,
    539,
    541,
    541,
    541,
    541,
    542,
    542,
    542,
    543,
    545,
    545,
    546,
    546,
    546,
    546,
    547,
    547,
    547,
    547,
    548,
    548,
    548,
    548,
    548,
    548,
    548,
    548,
    548,
    548,
    548,
    549,
    552,
    552,
    552,
    553,
    555,
    559,
    567,
    567,
    567,
    572,
    572,
    577,
    577,
    579,
    580,
    582,
    586,
    591,
    591,
    591,
    591,
    591,
    591,
    591,
    591,
    591,
    591,
    592,
    593,
    596,
    600,
    600,
    601,
    603,
    604,
    608,
    610,
    610,
    610,
    616,
    616,
    616,
    616,
    628,
    632,
    635,
    637,
    641,
    641,
    644,
    648,
    649,
    649,
    649,
    651,
    656,
    657,
    663,
    667,
    667,
    667,
    667,
    668,
    671,
    671,
    673,
    673,
    673,
    676,
    677,
    677,
    677,
    677,
    677,
    677,
    677,
    677,
    677,
    677,
    677,
    680,
    680,
    680,
    680,
    680,
    680,
    682,
    682,
    682,
    682,
    682,
    682,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    684,
    686,
    686,
    686,
    686,
    687,
    687,
    688,
    689,
    690,
    690,
    690,
    690,
    690,
    690,
    690,
    691,
    691,
    693,
    693,
    693,
    695,
    695,
    695,
    695,
    695,
    695,
    696,
    696,
    696,
    699,
    703,
    704,
    704,
    704,
    704,
    704,
    705,
    705,
    705,
    705,
    705,
    705,
    705,
    705,
    705,
    705,
    705,
    710,
    711,
    711,
    711,
    712,
    712,
    712,
    712,
    712,
    712,
    712,
    715,
    715,
    718,
    720,
    722,
    723,
    723,
    723,
    723,
    726,
    728,
    728,
    728,
    728,
    729,
    731,
    733,
    735,
    737,
    738,
    740,
    744,
    744,
    744,
    745,
    745,
    745,
    745,
    745,
    745,
    745,
    745,
    746,
    747,
    748,
    748,
    755,
    757,
    758,
    758,
    758,
    758,
    759,
    759,
    762,
    767,
    767,
    767,
    769,
    769,
    770,
    772,
    772,
    772,
    772,
    775,
    778,
    778,
    778,
    781,
    781,
    781,
    781,
    782,
    782,
    785,
    785,
    785,
    785,
    785,
    785,
    785,
    786,
    786,
    787,
    787,
    789,
    796,
    797,
    799,
    799,
    799,
    799,
    800,
    800,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    801,
    802,
    802,
    802,
    806,
    806,
    808,
    811,
    811,
    811,
    811,
    814,
    815,
    817,
    817,
    818,
    818,
    820,
    820,
    826,
    830,
    830,
    831,
    831,
    834,
    836,
    837,
    838,
    839,
    840,
    840,
    840,
    846,
    850,
    854,
    855,
    856,
    857,
    858,
    861,
    864,
    865,
    866,
    867,
    872,
    875,
    875,
    877,
    880,
    880,
    885,
    885,
    885,
    885,
    887,
    894,
    894,
    894,
    897,
    898,
    898,
    900,
    900,
    901,
    901,
    902,
    905,
    906,
    906,
    907,
    907,
    907,
    908,
    911,
    913,
    916,
    918,
    918,
    920,
    920,
    924,
    924,
    927,
    927,
    927,
    927,
    928,
    928,
    929,
    929,
    929,
    929,
    929,
    929,
    929,
    930,
    931,
    931,
    933,
    935,
    935,
    937,
    937,
    942,
    944,
    949,
    949,
    949,
    952,
    954,
    957,
    960,
    961,
    963,
    965,
    967,
    967,
    968,
    968,
    969,
    973,
    973,
    974,
    985,
    985,
    989,
    990,
    991,
    991,
    991
  ],
  [
    "opened",
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    1,
    1,
    1,
    1,
    1,
    1,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    5,
    5,
    5,
    5,
    5,
    5,
    5,
    5,
    5,
    6,
    6,
    6,
    6,
    6,
    6,
    6,
    6,
    6,
    6,
    6,
    7,
    7,
    7,
    7,
    7,
    7,
    7,
    7,
    9,
    9,
    9,
    9,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    10,
    11,
    11,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    12,
    13,
    15,
    15,
    15,
    15,
    15,
    17,
    17,
    17,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    18,
    19,
    20,
    20,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    21,
    22,
    22,
    23,
    24,
    25,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    27,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    29,
    30,
    30,
    30,
    30,
    31,
    31,
    31,
    31,
    31,
    32,
    32,
    32,
    32,
    32,
    32,
    33,
    33,
    33,
    33,
    33,
    33,
    34,
    34,
    35,
    36,
    36,
    37,
    37,
    37,
    38,
    38,
    38,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    39,
    40,
    40,
    40,
    40,
    40,
    40,
    40,
    40,
    40,
    40,
    42,
    44,
    44,
    44,
    44,
    44,
    44,
    44,
    44,
    44,
    44,
    44,
    45,
    45,
    48,
    48,
    48,
    48,
    48,
    48,
    49,
    49,
    49,
    50,
    50,
    50,
    50,
    53,
    53,
    53,
    53,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    54,
    55,
    55,
    56,
    56,
    56,
    56,
    56,
    58,
    59,
    59,
    60,
    60,
    60,
    60,
    61,
    61,
    61,
    62,
    62,
    62,
    63,
    63,
    63,
    63,
    63,
    64,
    64,
    64,
    65,
    65,
    65,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    66,
    67,
    67,
    67,
    67,
    68,
    68,
    68,
    68,
    68,
    68,
    70,
    70,
    70,
    70,
    70,
    71,
    72,
    72,
    73,
    73,
    73,
    73,
    73,
    73,
    73,
    73,
    73,
    73,
    73,
    75,
    76,
    76,
    77,
    80,
    80,
    80,
    80,
    82,
    82,
    82,
    85,
    85,
    85,
    85,
    86,
    86,
    87,
    88,
    90,
    91,
    93,
    97,
    100,
    101,
    101,
    101,
    101,
    102,
    104,
    106,
    106,
    106,
    107,
    107,
    107,
    107,
    108,
    108,
    108,
    108,
    108,
    108,
    108,
    109,
    109,
    110,
    111,
    111,
    111,
    111,
    111,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    118,
    119,
    120,
    120,
    120,
    121,
    121,
    121,
    122,
    123,
    123,
    123,
    123,
    123,
    123,
    123,
    126,
    126,
    127,
    127,
    127,
    129,
    129,
    129,
    129,
    129,
    129,
    129,
    131,
    131,
    132,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    134,
    134,
    135,
    136,
    136,
    136,
    137,
    137,
    137,
    137,
    137,
    137,
    137,
    139,
    139,
    141,
    141,
    141,
    142,
    142,
    142,
    142,
    142,
    143,
    143,
    143,
    143,
    144,
    146,
    147,
    147,
    149,
    151,
    151,
    154,
    155,
    155,
    155,
    155,
    155,
    156,
    156,
    156,
    157,
    157,
    157,
    158,
    158,
    158,
    158,
    158,
    158,
    158,
    160,
    160,
    160,
    160,
    161,
    161,
    161,
    162,
    162,
    162,
    164,
    164,
    164,
    164,
    165,
    166,
    169,
    169,
    169,
    170,
    171,
    171,
    171,
    171,
    171,
    171,
    171,
    171,
    171,
    171,
    171,
    173,
    173,
    173,
    174,
    174,
    174,
    176,
    176,
    176,
    177,
    177,
    177,
    177,
    177,
    177,
    177,
    178,
    178,
    178,
    178,
    178,
    178,
    179,
    179,
    181,
    182,
    182,
    183,
    183,
    183,
    183,
    183,
    183,
    185,
    186,
    188,
    188,
    188,
    188,
    188,
    188,
    189,
    191,
    191,
    192,
    193,
    197,
    199,
    201,
    204,
    204,
    204,
    204,
    204,
    208,
    210,
    211,
    211,
    213,
    213,
    213,
    216,
    218,
    221,
    225,
    226,
    227,
    228,
    231,
    232,
    232,
    232,
    233,
    235,
    235,
    237,
    237,
    238,
    238,
    238,
    242,
    243,
    243,
    246,
    252,
    253,
    255,
    256,
    257,
    258,
    262,
    262,
    265,
    266,
    267,
    267,
    267,
    270,
    273,
    274,
    274,
    274,
    277,
    277,
    281,
    287,
    289,
    292,
    292,
    296,
    296,
    298,
    298,
    298,
    298,
    300,
    302,
    305,
    305,
    305,
    306,
    307,
    307,
    308,
    308,
    308,
    308,
    308,
    308,
    308,
    310,
    310,
    310,
    311,
    317,
    319,
    319,
    321,
    321,
    321,
    321,
    321,
    322,
    323,
    324,
    326,
    328,
    328,
    330,
    332,
    332,
    332,
    334,
    336,
    340,
    343,
    347,
    347,
    347
  ]
],
        types: {
            opened: 'area-spline',
            closed: 'area-spline'
            // 'line', 'spline', 'step', 'area', 'area-step' are also available to stack
        },
        groups: [['opened', 'closed']]
    },
    grid: {
        x: {
            lines: [
                {value: "2018-06-12", text: '100 open issues'},
                {value: "2019-01-30", text: '200 open issues'},
                {value: "2019-04-07", text: '300 open issues'},
            ],
        }
    },
      axis: {
        x: {
          type: 'timeseries',
          tick: {
            format: '%Y-%m-%d',
          },
        },
      },
});


              
            
!
999px
Why did the programmer quit her job? She didn't get arrays.

Console