Docs Menu
Docs Home
/
Atlas Charts
/

영화 정보 시각화

이 페이지의 내용

  • 서론
  • 목차

총 예상 완료 시간: 15~20분

튜토리얼에서는 Mflix Atlas에서 제공하는 샘플 데이터가 포함된 데이터 소스 를 사용하여 Atlas Charts의 기능을 살펴봅니다. 이 샘플 데이터에는 개봉 연도, 출연진, 리뷰 등 영화에 대한 정보가 포함되어 있습니다.

다음은 데이터 세트의 샘플 문서입니다.

{
"_id": {
"$oid": "573a1391f29313caabcd9637"
},
"plot": "The ancient vampire Count Dracula arrives in
England and begins to prey upon the virtuous young Mina.",
"genres": [
"Horror"
],
"runtime": {
"$numberInt": "85"
},
"rated": "APPROVED",
"cast": [
"Bela Lugosi",
"Helen Chandler",
"David Manners",
"Dwight Frye"
],
"num_mflix_comments": {
"$numberInt": "1"
},
"poster": "https://m.media-amazon.com/images/M/MV5BZDY2ODZhZWQtNDk0ZS00OGE4LWE4NjAtZjE5MTJhMjExMTRjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_SY1000_SX677_AL_.jpg",
"title": "Dracula",
"fullplot": "After a harrowing ride through the Carpathian mountains in eastern Europe,
Renfield enters castle Dracula to finalize the transferral of Carfax Abbey in London to
Count Dracula, who is in actuality a vampire. Renfield is drugged by the eerily hypnotic
count, and turned into one of his thralls, protecting him during his sea voyage to London.
After sucking the blood and turning the young Lucy Weston into a vampire, Dracula turns his
attention to her friend Mina Seward, daughter of Dr. Seward who then calls in a specialist,
Dr. Van Helsing, to diagnose the sudden deterioration of Mina's health. Van Helsing,
realizing that Dracula is indeed a vampire, tries to prepare Mina's fiance, John Harker,
and Dr. Seward for what is to come and the measures that will have to be taken to prevent
Mina from becoming one of the undead.",
"languages": [
"English",
"Hungarian",
"Latin"
],
"released": {
"$date": {
"$numberLong": "-1226966400000"
}
},
"directors": [
"Tod Browning"
],
"writers": [
"Bram Stoker (by)",
"Hamilton Deane (from the play adapted by)",
"John L. Balderston (from the play adapted by)",
"Garrett Fort (play)"
],
"awards": {
"wins": {
"$numberInt": "2"
},
"nominations": {
"$numberInt": "1"
},
"text": {
"2 wins & 1 nomination."
}
},
"lastupdated": "2015-08-28 00:30:04.660000000",
"year": {
"$numberInt": "1931"
},
"imdb": {
"rating": {
"$numberDouble": "7.6"
},
"votes": {
"$numberInt": "30184"
},
"id": {
"$numberInt": "21814"
}
},
"countries": [
"USA"
],
"type": "movie",
"tomatoes": {
"viewer": {
"rating": {
"$numberDouble": "3.7"
},
"numReviews": {
"$numberInt": "44035"
},
"meter": {
"$numberInt": "82"
}
},
"dvd": {
"$date": {
"$numberLong": "998956800000"
}
},
"critic": {
"rating": {
"$numberDouble": "7.9"
},
"numReviews": {
"$numberInt": "45"
},
"meter": {
"$numberInt": "91"
}
},
"lastUpdated": {
"$date": {
"$numberLong": "1442516384000"
}
},
"consensus": "Bela Lugosi's timeless portrayal of Dracula in this creepy and
atmospheric 1931 film has set the standard for major vampiric roles since.",
"rotten": {
"$numberInt": "4"
},
"production": "Universal Pictures",
"fresh": {
"$numberInt": "41"
}
}
}

이 튜토리얼에서는 필터를 사용하여 큰 결과 세트를 쉽게 이해할 수 있는 Atlas Charts로 세분화하고 다중 시리즈 Atlas Charts를 사용하여 데이터에 대한 추가 인사이트를 얻는 방법을 배웁니다.

이 튜토리얼에서는 정렬된 열 차트와 분산형 차트라는 두 개의 차트를 만듭니다.

  • 정렬된 열 차트 에는 총 50개 이상의 상을 수상한 감독이 받은 상 수를 나타내는 열이 가장 높은 것부터 낮은 것까지 영화 장르별로 정렬되어 표시됩니다.

  • 분산형 차트 는 수상 경력이 하나 이상 있는 영화의 다이어그램과 함께 TomatoMeter 등급 및 MPAA 등급(G, PG, PG-13 또는 R)을 보여줍니다.

완료한 튜토리얼 대시보드
클릭하여 확대

시작하려면 샘플 데이터 로드 페이지로 이동하세요.

돌아가기

고객의 연령 분포를 보여주는 영역 차트

이 페이지의 내용