새 시리즈 이름입니다. 문자열인 경우 seriesIndex의 시리즈 이름이 seriesNames로 설정됩니다. 목록인 경우 목록의 색인 i에 있는 값이 계열 번호 i의 라벨로 사용됩니다. 사전 또는 객체인 경우 기존 시리즈 이름에서 새 시리즈 이름으로의 맵으로 처리됩니다. 마지막 두 경우에서는 seriesIndex가 무시됩니다.
seriesIndex
숫자, 선택사항
이름을 바꿀 계열의 색인입니다. seriesNames가 목록 또는 사전인 경우 무시됩니다. 계열은 0부터 시작하는 색인입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["The `Chart.setSeriesNames` function updates series names within a chart. It accepts `seriesNames` as either a string, list, or dictionary. A string renames a specific series by `seriesIndex`. A list sets series names based on their index. A dictionary maps existing series names to new ones. The function returns a new chart (`ui.Chart`) with the updated series names, leaving the original chart untouched. The `seriesIndex` argument is used only when a single string is passed to `seriesNames`.\n"]]