This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import { Pie } from "@vx/shape"; | |
| import { Group } from "@vx/group"; | |
| import { scaleOrdinal } from "@vx/scale"; | |
| import { LegendOrdinal } from "@vx/legend"; | |
| //import data from "./CategoryByDay.json"; | |
| const data = [ | |
| { | |
| "Category": "Category Name 1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import { Pie } from "@vx/shape"; | |
| import { Group } from "@vx/group"; | |
| import { scaleOrdinal } from "@vx/scale"; | |
| import { LegendOrdinal } from "@vx/legend"; | |
| //import data from "./CategoryByDay.json"; | |
| const data = [ | |
| { | |
| "Category": "Category Name 1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import { Pie } from "@vx/shape"; | |
| import { Group } from "@vx/group"; | |
| import { scaleOrdinal } from "@vx/scale"; | |
| import { LegendOrdinal } from "@vx/legend"; | |
| //import data from "./CategoryByDay.json"; | |
| const data = [ | |
| { | |
| "Category": "Category Name 1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "PLATFORMS": "Comcast,Vubiquity", | |
| "SCHEDULE": "Discovery Channel VOD", | |
| "OFFERS": "16 - MULTI,17 - MULTI_HD,18 - MULTI_C3,19 - MULTI_C3_HD,57 - KIDS_50", | |
| "PROGRAMTITLE": "River Monsters (Season 5): Specials", | |
| "EPISODETITLE": "Face Ripper", | |
| "DURATION": 720000, | |
| "STARTDATE": "2016-04-01", | |
| "ENDDATE": "2016-04-14", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "PLATFORMS": "Comcast", | |
| "SCHEDULE": "Discovery Channel VOD", | |
| "OFFERS": "57 - KIDS_50", | |
| "PROGRAMTITLE": "River Monsters (Season 5): Specials", | |
| "EPISODETITLE": "Face Ripper", | |
| "DURATION": 720000, | |
| "STARTDATE": "2016-04-01", | |
| "ENDDATE": "2016-04-14", |