Charts

এমবেডেড চার্ট

একটি চার্ট একটি শীট এম্বেড করা.

JSON প্রতিনিধিত্ব
{
  "chartId": integer,
  "spec": {
    object (ChartSpec)
  },
  "position": {
    object (EmbeddedObjectPosition)
  },
  "border": {
    object (EmbeddedObjectBorder)
  }
}
ক্ষেত্র
chartId

integer

চার্টের আইডি।

spec

object ( ChartSpec )

চার্টের স্পেসিফিকেশন।

position

object ( EmbeddedObjectPosition )

চার্টের অবস্থান।

border

object ( EmbeddedObjectBorder )

চার্টের সীমানা।

চার্টস্পেক

একটি চার্টের স্পেসিফিকেশন।

JSON প্রতিনিধিত্ব
{
  "title": string,
  "altText": string,
  "titleTextFormat": {
    object (TextFormat)
  },
  "titleTextPosition": {
    object (TextPosition)
  },
  "subtitle": string,
  "subtitleTextFormat": {
    object (TextFormat)
  },
  "subtitleTextPosition": {
    object (TextPosition)
  },
  "fontName": string,
  "maximized": boolean,
  "backgroundColor": {
    object (Color)
  },
  "backgroundColorStyle": {
    object (ColorStyle)
  },
  "dataSourceChartProperties": {
    object (DataSourceChartProperties)
  },
  "filterSpecs": [
    {
      object (FilterSpec)
    }
  ],
  "sortSpecs": [
    {
      object (SortSpec)
    }
  ],
  "hiddenDimensionStrategy": enum (ChartHiddenDimensionStrategy),

  // Union field chart can be only one of the following:
  "basicChart": {
    object (BasicChartSpec)
  },
  "pieChart": {
    object (PieChartSpec)
  },
  "bubbleChart": {
    object (BubbleChartSpec)
  },
  "candlestickChart": {
    object (CandlestickChartSpec)
  },
  "orgChart": {
    object (OrgChartSpec)
  },
  "histogramChart": {
    object (HistogramChartSpec)
  },
  "waterfallChart": {
    object (WaterfallChartSpec)
  },
  "treemapChart": {
    object (TreemapChartSpec)
  },
  "scorecardChart": {
    object (ScorecardChartSpec)
  }
  // End of list of possible types for union field chart.
}
ক্ষেত্র
title

string

চার্টের শিরোনাম।

altText

string

বিকল্প পাঠ্য যা চার্ট বর্ণনা করে। এটি প্রায়শই অ্যাক্সেসযোগ্যতার জন্য ব্যবহৃত হয়।

titleTextFormat

object ( TextFormat )

শিরোনাম পাঠ্য বিন্যাস। স্ট্রাইকথ্রু, আন্ডারলাইন এবং লিঙ্ক সমর্থিত নয়।

titleTextPosition

object ( TextPosition )

শিরোনাম পাঠ্য অবস্থান। এই ক্ষেত্রটি ঐচ্ছিক।

subtitle

string

চার্টের সাবটাইটেল।

subtitleTextFormat

object ( TextFormat )

সাবটাইটেল টেক্সট ফরম্যাট। স্ট্রাইকথ্রু, আন্ডারলাইন এবং লিঙ্ক সমর্থিত নয়।

subtitleTextPosition

object ( TextPosition )

সাবটাইটেল টেক্সট অবস্থান. এই ক্ষেত্রটি ঐচ্ছিক।

fontName

string

সমস্ত চার্ট পাঠ্যের জন্য ডিফল্টরূপে ব্যবহার করার জন্য ফন্টের নাম (যেমন শিরোনাম, অক্ষ লেবেল, কিংবদন্তি)। যদি চার্টের একটি নির্দিষ্ট অংশের জন্য একটি ফন্ট নির্দিষ্ট করা হয় তবে এটি এই ফন্টের নামটিকে ওভাররাইড করবে।

maximized

boolean

একটি চার্ট তৈরি করার জন্য এটি ন্যূনতম প্যাডিং দিয়ে রেন্ডার করা হয়েছে এমন পুরো স্থানটি পূরণ করতে হবে। ডিফল্ট প্যাডিং ব্যবহার করার জন্য মিথ্যা. (জিও এবং অর্গ চার্টের ক্ষেত্রে প্রযোজ্য নয়।)

backgroundColor
(deprecated)

object ( Color )

পুরো চার্টের পটভূমির রঙ। সংগঠন চার্টে প্রযোজ্য নয়। বাতিল করা হয়েছে: backgroundColorStyle ব্যবহার করুন।

backgroundColorStyle

object ( ColorStyle )

পুরো চার্টের পটভূমির রঙ। সংগঠন চার্টে প্রযোজ্য নয়। backgroundColor সেট করা থাকলে, এই ক্ষেত্রটি অগ্রাধিকার পায়।

dataSourceChartProperties

object ( DataSourceChartProperties )

যদি উপস্থিত থাকে, ক্ষেত্রটিতে ডেটা উত্স চার্ট নির্দিষ্ট বৈশিষ্ট্য রয়েছে।

filterSpecs[]

object ( FilterSpec )

চার্টের উৎস ডেটাতে ফিল্টার প্রয়োগ করা হয়েছে। শুধুমাত্র ডেটা উৎস চার্টের জন্য সমর্থিত।

sortSpecs[]

object ( SortSpec )

দ্বারা চার্ট তথ্য বাছাই করার ক্রম. শুধুমাত্র একটি একক সাজানোর স্পেক সমর্থিত। শুধুমাত্র ডেটা উৎস চার্টের জন্য সমর্থিত।

hiddenDimensionStrategy

enum ( ChartHiddenDimensionStrategy )

চার্ট কিভাবে লুকানো সারি বা কলাম ব্যবহার করবে তা নির্ধারণ করে।

ইউনিয়ন ফিল্ড chart । নির্দিষ্ট চার্ট স্পেসিফিকেশন, ঠিক একটি মান সেট করা আবশ্যক। chart নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
basicChart

object ( BasicChartSpec )

একটি মৌলিক চার্ট স্পেসিফিকেশন, অনেক ধরনের চার্টের মধ্যে একটি হতে পারে। এটি সমর্থন করে এমন সমস্ত চার্টের তালিকার জন্য BasicChartType দেখুন।

pieChart

object ( PieChartSpec )

একটি পাই চার্ট স্পেসিফিকেশন।

bubbleChart

object ( BubbleChartSpec )

একটি বাবল চার্ট স্পেসিফিকেশন।

candlestickChart

object ( CandlestickChartSpec )

একটি ক্যান্ডেলস্টিক চার্ট স্পেসিফিকেশন।

orgChart

object ( OrgChartSpec )

একটি org চার্ট স্পেসিফিকেশন।

histogramChart

object ( HistogramChartSpec )

একটি হিস্টোগ্রাম চার্ট স্পেসিফিকেশন।

waterfallChart

object ( WaterfallChartSpec )

একটি জলপ্রপাত চার্ট স্পেসিফিকেশন.

treemapChart

object ( TreemapChartSpec )

একটি ট্রিম্যাপ চার্ট স্পেসিফিকেশন।

scorecardChart

object ( ScorecardChartSpec )

একটি স্কোরকার্ড চার্ট স্পেসিফিকেশন।

পাঠ্য অবস্থান

পাঠ্যের জন্য অবস্থান সেটিংস।

JSON প্রতিনিধিত্ব
{
  "horizontalAlignment": enum (HorizontalAlign)
}
ক্ষেত্র
horizontalAlignment

enum ( HorizontalAlign )

পাঠ্যের অংশের জন্য অনুভূমিক প্রান্তিককরণ সেটিং।

DataSourceChartProperties

একটি ডেটা উৎস চার্টের বৈশিষ্ট্য।

JSON প্রতিনিধিত্ব
{
  "dataSourceId": string,
  "dataExecutionStatus": {
    object (DataExecutionStatus)
  }
}
ক্ষেত্র
dataSourceId

string

চার্টের সাথে যুক্ত ডেটা উৎসের ID।

dataExecutionStatus

object ( DataExecutionStatus )

শুধুমাত্র আউটপুট। ডেটা এক্সিকিউশন স্ট্যাটাস।

বেসিকচার্টস্পেক

একটি মৌলিক চার্ট জন্য স্পেসিফিকেশন. এটি সমর্থন করে এমন চার্টের তালিকার জন্য BasicChartType দেখুন।

JSON প্রতিনিধিত্ব
{
  "chartType": enum (BasicChartType),
  "legendPosition": enum (BasicChartLegendPosition),
  "axis": [
    {
      object (BasicChartAxis)
    }
  ],
  "domains": [
    {
      object (BasicChartDomain)
    }
  ],
  "series": [
    {
      object (BasicChartSeries)
    }
  ],
  "headerCount": integer,
  "threeDimensional": boolean,
  "interpolateNulls": boolean,
  "stackedType": enum (BasicChartStackedType),
  "lineSmoothing": boolean,
  "compareMode": enum (BasicChartCompareMode),
  "totalDataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
chartType

enum ( BasicChartType )

চার্টের ধরন।

legendPosition

enum ( BasicChartLegendPosition )

লেজেন্ডের অবস্থান।

axis[]

object ( BasicChartAxis )

চার্টে অক্ষ।

domains[]

object ( BasicChartDomain )

তথ্যের ডোমেন এই চার্টিং হয়. শুধুমাত্র একটি একক ডোমেইন সমর্থিত।

series[]

object ( BasicChartSeries )

এই চার্টটি যে ডেটা ভিজ্যুয়ালাইজ করছে।

headerCount

integer

ডেটাতে সারি বা কলামের সংখ্যা যা "হেডার"। সেট করা না থাকলে, Google পত্রকগুলি ডেটার উপর ভিত্তি করে কতগুলি সারি হেডার তা অনুমান করবে৷

(মনে রাখবেন BasicChartAxis.title শিরোনাম মান থেকে অনুমান করা অক্ষ শিরোনামকে ওভাররাইড করতে পারে।)

threeDimensional

boolean

চার্ট 3D করতে সত্য. বার এবং কলাম চার্টে প্রযোজ্য।

interpolateNulls

boolean

যদি একটি সিরিজের কিছু মান অনুপস্থিত থাকে, তাহলে চার্টে ফাঁক দেখা দিতে পারে (যেমন, একটি লাইন চার্টে লাইনের অংশগুলি অনুপস্থিত থাকবে)। এই ফাঁক দূর করতে সত্য এটি সেট. লাইন, এলাকা এবং কম্বো চার্টে প্রযোজ্য।

stackedType

enum ( BasicChartStackedType )

উল্লম্ব স্ট্যাকিং সমর্থন করে এমন চার্টের জন্য স্ট্যাক করা প্রকার। এলাকা, বার, কলাম, কম্বো এবং স্টেপড এরিয়া চার্টে প্রযোজ্য।

lineSmoothing

boolean

সমস্ত লাইন ডিফল্টরূপে মসৃণ বা সোজা রেন্ডার করা উচিত কিনা তা পায়। লাইন চার্টে প্রযোজ্য।

compareMode

enum ( BasicChartCompareMode )

ডেটা এবং চার্ট এলাকায় ঘোরাঘুরি করার সময় টুলটিপ এবং ডেটা হাইলাইট করার আচরণ।

totalDataLabel

object ( DataLabel )

স্ট্যাক করা চার্টগুলিতে অতিরিক্ত ডেটা লেবেলগুলি প্রদর্শন করা হবে কিনা তা নিয়ন্ত্রণ করে যা ডোমেন অক্ষ বরাবর প্রতিটি মানের সমস্ত স্ট্যাক করা মানের মোট মান যোগ করে৷ এই ডেটা লেবেলগুলি শুধুমাত্র তখনই সেট করা যেতে পারে যখন chartType AREA , BAR , COLUMN , COMBO বা STEPPED_AREA এবং stackedType হয় STACKED বা PERCENT_STACKED হয়৷ উপরন্তু, COMBO এর জন্য, এটি শুধুমাত্র তখনই সমর্থিত হবে যদি শুধুমাত্র এক ধরনের স্ট্যাকযোগ্য সিরিজ type থাকে বা একটি টাইপের অন্যদের থেকে বেশি সিরিজ থাকে এবং অন্য ধরনের প্রতিটিতে একটির বেশি সিরিজ না থাকে। উদাহরণস্বরূপ, যদি একটি চার্টে দুটি স্ট্যাক করা বার সিরিজ এবং একটি এলাকা সিরিজ থাকে, তাহলে মোট ডেটা লেবেল সমর্থিত হবে। যদি এটিতে তিনটি বার সিরিজ এবং দুটি এলাকা সিরিজ থাকে, তাহলে মোট ডেটা লেবেল অনুমোদিত নয়৷ CUSTOM বা placement কোনোটিই totalDataLabel সেট করা যাবে না।

বেসিকচার্ট টাইপ

চার্টটি কীভাবে কল্পনা করা উচিত।

এনামস
BASIC_CHART_TYPE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BAR একটি বার চার্ট
LINE একটি লাইন চার্ট
AREA একটি এলাকা চার্ট
COLUMN একটি কলাম চার্ট
SCATTER একটি স্ক্যাটার চার্ট
COMBO একটি কম্বো চার্ট
STEPPED_AREA একটি ধাপযুক্ত এলাকা চার্ট

বেসিকচার্টলেজেন্ডপজিশন

চার্টের কিংবদন্তি যেখানে অবস্থান করা উচিত।

এনামস
BASIC_CHART_LEGEND_POSITION_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BOTTOM_LEGEND লেজেন্ডটি চার্টের নীচে রেন্ডার করা হয়েছে।
LEFT_LEGEND লেজেন্ডটি চার্টের বাম দিকে রেন্ডার করা হয়েছে।
RIGHT_LEGEND লেজেন্ডটি চার্টের ডানদিকে রেন্ডার করা হয়েছে।
TOP_LEGEND লেজেন্ডটি চার্টের শীর্ষে রেন্ডার করা হয়েছে।
NO_LEGEND কোন কিংবদন্তি রেন্ডার করা হয় না.

বেসিকচার্টঅ্যাক্সিস

চার্টের একটি অক্ষ। একটি চার্টে প্রতি axis position একাধিক অক্ষ থাকতে পারে না।

JSON প্রতিনিধিত্ব
{
  "position": enum (BasicChartAxisPosition),
  "title": string,
  "format": {
    object (TextFormat)
  },
  "titleTextPosition": {
    object (TextPosition)
  },
  "viewWindowOptions": {
    object (ChartAxisViewWindowOptions)
  }
}
ক্ষেত্র
position

enum ( BasicChartAxisPosition )

এই অক্ষের অবস্থান।

title

string

এই অক্ষের শিরোনাম। সেট করা থাকলে, এটি ডেটার শিরোনাম থেকে অনুমান করা যেকোনো শিরোনামকে ওভাররাইড করে।

format

object ( TextFormat )

শিরোনামের বিন্যাস। অক্ষটি ডোমেনের সাথে যুক্ত না হলে শুধুমাত্র বৈধ। লিঙ্ক ক্ষেত্র সমর্থিত নয়.

titleTextPosition

object ( TextPosition )

অক্ষ শিরোনাম পাঠ্য অবস্থান।

viewWindowOptions

object ( ChartAxisViewWindowOptions )

এই অক্ষের জন্য দেখুন উইন্ডো বিকল্প।

বেসিকচার্টঅ্যাক্সিসপজিশন

একটি চার্ট অক্ষের অবস্থান।

এনামস
BASIC_CHART_AXIS_POSITION_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BOTTOM_AXIS একটি চার্টের নীচে রেন্ডার করা অক্ষ৷ বেশিরভাগ চার্টের জন্য, এটি হল আদর্শ প্রধান অক্ষ। বার চার্টের জন্য, এটি একটি ছোট অক্ষ।
LEFT_AXIS একটি চার্টের বামে রেন্ডার করা অক্ষ। বেশিরভাগ চার্টের জন্য, এটি একটি ছোট অক্ষ। বার চার্টের জন্য, এটি আদর্শ প্রধান অক্ষ।
RIGHT_AXIS একটি চার্টের ডানদিকে রেন্ডার করা অক্ষ৷ বেশিরভাগ চার্টের জন্য, এটি একটি ছোট অক্ষ। বার চার্টের জন্য, এটি একটি অস্বাভাবিক প্রধান অক্ষ।

ChartAxisViewWindowOptions

যে বিকল্পগুলি একটি চার্টের জন্য একটি "ভিউ উইন্ডো" সংজ্ঞায়িত করে (যেমন একটি অক্ষে দৃশ্যমান মান)।

JSON প্রতিনিধিত্ব
{
  "viewWindowMin": number,
  "viewWindowMax": number,
  "viewWindowMode": enum (ViewWindowMode)
}
ক্ষেত্র
viewWindowMin

number

এই ভিউ উইন্ডোতে দেখানো ন্যূনতম সাংখ্যিক মান। সেট না থাকলে, স্বয়ংক্রিয়ভাবে একটি ন্যূনতম মান নির্ধারণ করবে যা ডেটার জন্য ভাল দেখায়।

viewWindowMax

number

এই ভিউ উইন্ডোতে দেখানো সর্বাধিক সংখ্যাসূচক মান। সেট না থাকলে, স্বয়ংক্রিয়ভাবে একটি সর্বোচ্চ মান নির্ধারণ করবে যা ডেটার জন্য ভাল দেখায়।

viewWindowMode

enum ( ViewWindowMode )

ভিউ উইন্ডোর মোড।

উইন্ডোমোড দেখুন

ভিউ উইন্ডোর মোড। এটি সংজ্ঞায়িত করে কিভাবে ভিউ উইন্ডোর সর্বনিম্ন এবং সর্বোচ্চ ব্যবহার করা যায়।

এনামস
DEFAULT_VIEW_WINDOW_MODE এই চার্ট প্রকারের জন্য পত্রক সম্পাদকে ব্যবহৃত ডিফল্ট ভিউ উইন্ডো মোড। বেশিরভাগ ক্ষেত্রে, সেট করা হলে, ডিফল্ট মোডটি PRETTY এর সমতুল্য।
VIEW_WINDOW_MODE_UNSUPPORTED ব্যবহার করবেন না. প্রতিনিধিত্ব করে যে বর্তমানে সেট করা মোড API দ্বারা সমর্থিত নয়৷
EXPLICIT নির্দিষ্ট করা থাকলে ন্যূনতম এবং সর্বোচ্চ অনুসরণ করে। যদি একটি মান অনির্দিষ্ট থাকে, তবে এটি PRETTY মানতে ফিরে যাবে।
PRETTY একটি সর্বনিম্ন এবং সর্বোচ্চ চয়ন করে যা চার্টটিকে সুন্দর দেখায়৷ এই মোডে সর্বনিম্ন এবং সর্বোচ্চ উভয়ই উপেক্ষা করা হয়।

বেসিকচার্টডোমেন

একটি চার্টের ডোমেইন। উদাহরণস্বরূপ, যদি সময়ের সাথে স্টকের দাম চার্ট করা হয় তবে এটি হবে তারিখ।

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
domain

object ( ChartData )

ডোমেনের ডেটা। উদাহরণস্বরূপ, যদি সময়ের সাথে সাথে স্টকের দামগুলি চার্ট করা হয়, এটি তারিখগুলি প্রতিনিধিত্বকারী ডেটা।

reversed

boolean

ডোমেন মান (অনুভূমিক অক্ষ) এর ক্রম বিপরীত করার জন্য সত্য।

চার্টডেটা

একটি ডোমেন বা সিরিজে অন্তর্ভুক্ত ডেটা।

JSON প্রতিনিধিত্ব
{
  "groupRule": {
    object (ChartGroupRule)
  },
  "aggregateType": enum (ChartAggregateType),

  // Union field type can be only one of the following:
  "sourceRange": {
    object (ChartSourceRange)
  },
  "columnReference": {
    object (DataSourceColumnReference)
  }
  // End of list of possible types for union field type.
}
ক্ষেত্র
groupRule

object ( ChartGroupRule )

যদি ChartData কোনো ডেটা উৎস চার্টের ডোমেনকে ব্যাক করে তাহলে ডেটাকে গ্রুপ করার নিয়ম। শুধুমাত্র ডেটা উৎস চার্টের জন্য সমর্থিত।

aggregateType

enum ( ChartAggregateType )

একটি ডেটা উৎস চার্টের সিরিজের জন্য একত্রিতকরণের ধরন। শুধুমাত্র ডেটা উৎস চার্টের জন্য সমর্থিত।

ইউনিয়ন ক্ষেত্রের type । তথ্যের ধরন অন্তর্ভুক্ত, ঠিক একটি মান সেট করা আবশ্যক। type নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
sourceRange

object ( ChartSourceRange )

তথ্যের উৎস রেঞ্জ।

columnReference

object ( DataSourceColumnReference )

ডেটা উৎস কলামের রেফারেন্স যা থেকে ডেটা পড়ে।

চার্ট সোর্স রেঞ্জ

একটি চার্টের জন্য উৎস রেঞ্জ।

JSON প্রতিনিধিত্ব
{
  "sources": [
    {
      object (GridRange)
    }
  ]
}
ক্ষেত্র
sources[]

object ( GridRange )

একটি সিরিজ বা ডোমেনের জন্য ডেটার ব্যাপ্তি। সঠিকভাবে একটি মাত্রার দৈর্ঘ্য 1 হতে হবে এবং তালিকার সমস্ত উত্সের দৈর্ঘ্য 1 এর সাথে একই মাত্রা থাকতে হবে। ডোমেন (যদি এটি বিদ্যমান থাকে) এবং সমস্ত সিরিজের উত্স ব্যাপ্তির একই সংখ্যক থাকতে হবে। যদি একাধিক সোর্স রেঞ্জ ব্যবহার করা হয়, তাহলে প্রদত্ত অফসেটে সোর্স রেঞ্জ অবশ্যই ডোমেইন এবং সিরিজ জুড়ে ক্রমানুসারে এবং সংলগ্ন হতে হবে।

উদাহরণস্বরূপ, এইগুলি বৈধ কনফিগারেশন:

domain sources: A1:A5
series1 sources: B1:B5
series2 sources: D6:D10

domain sources: A1:A5, C10:C12
series1 sources: B1:B5, D10:D12
series2 sources: C1:C5, E10:E12

চার্টগ্রুপ রুল

একটি ডাটা সোর্স চার্টের ডোমেনের ChartData একটি ঐচ্ছিক সেটিং যা প্রতিটি স্বতন্ত্র মান ভাঙ্গার পরিবর্তে ডোমেনের মানগুলির জন্য বালতিগুলিকে সংজ্ঞায়িত করে৷

উদাহরণস্বরূপ, একটি ডেটা উৎস চার্ট প্লট করার সময়, আপনি ডোমেনে একটি হিস্টোগ্রাম নিয়ম নির্দিষ্ট করতে পারেন (এটিতে শুধুমাত্র সংখ্যাসূচক মান থাকা উচিত), এর মানগুলিকে বালতিতে গোষ্ঠীভুক্ত করা। একটি চার্ট সিরিজের যেকোনো মান যা একই বালতিতে পড়ে তা aggregateType এর উপর ভিত্তি করে একত্রিত হয়।

JSON প্রতিনিধিত্ব
{

  // Union field rule can be only one of the following:
  "dateTimeRule": {
    object (ChartDateTimeRule)
  },
  "histogramRule": {
    object (ChartHistogramRule)
  }
  // End of list of possible types for union field rule.
}
ক্ষেত্র
ইউনিয়ন ক্ষেত্রের ruleChartData প্রয়োগ করার নিয়ম। rule নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
dateTimeRule

object ( ChartDateTimeRule )

একটি ChartDateTimeRule

histogramRule

object ( ChartHistogramRule )

একটি ChartHistogramRule

চার্টDateTimeRule

একটি উত্স ডেটা কলামে তারিখ-সময়ের মানগুলিকে তাদের তারিখ বা সময়ের মানগুলির নির্বাচিত অংশগুলির উপর ভিত্তি করে বাকেটগুলিতে সংগঠিত করার অনুমতি দেয়৷

JSON প্রতিনিধিত্ব
{
  "type": enum (ChartDateTimeRuleType)
}
ক্ষেত্র
type

enum ( ChartDateTimeRuleType )

আবেদন করার জন্য তারিখ-সময়ের গ্রুপিংয়ের ধরন।

চার্টDateTimeRuleType

তারিখ-সময় গ্রুপিং নিয়মের উপলব্ধ প্রকার।

এনামস
CHART_DATE_TIME_RULE_TYPE_UNSPECIFIED ডিফল্ট প্রকার, ব্যবহার করবেন না।
SECOND 0 থেকে 59 পর্যন্ত, দ্বিতীয় অনুসারে গ্রুপ তারিখগুলি।
MINUTE 0 থেকে 59 পর্যন্ত মিনিটের ভিত্তিতে তারিখগুলি গ্রুপ করুন৷
HOUR 0 থেকে 23 পর্যন্ত 24-ঘন্টা সিস্টেম ব্যবহার করে ঘন্টা অনুসারে তারিখগুলিকে গোষ্ঠীভুক্ত করুন৷
HOUR_MINUTE 24-ঘন্টা সিস্টেম ব্যবহার করে ঘন্টা এবং মিনিট অনুসারে তারিখগুলি গোষ্ঠীভুক্ত করুন, উদাহরণস্বরূপ 19:45৷
HOUR_MINUTE_AMPM 12-ঘন্টা সিস্টেম ব্যবহার করে ঘন্টা এবং মিনিট অনুসারে তারিখগুলি গোষ্ঠীভুক্ত করুন, উদাহরণস্বরূপ 7:45 PM। AM/PM পদবী স্প্রেডশীট লোকেলের উপর ভিত্তি করে অনুবাদ করা হয়।
DAY_OF_WEEK সপ্তাহের দিন অনুসারে গ্রুপ তারিখ, উদাহরণস্বরূপ রবিবার। স্প্রেডশীট লোকেলের উপর ভিত্তি করে সপ্তাহের দিনগুলি অনুবাদ করা হবে।
DAY_OF_YEAR বছরের দিন অনুসারে তারিখগুলি 1 থেকে 366 পর্যন্ত৷ মনে রাখবেন যে 29 ফেব্রুয়ারির পরের তারিখগুলি অলিপ বছরের তুলনায় লিপ বছরে বিভিন্ন বালতিতে পড়ে৷
DAY_OF_MONTH মাসের দিন অনুসারে গ্রুপ তারিখ, 1 থেকে 31 পর্যন্ত।
DAY_MONTH দিন এবং মাস অনুসারে তারিখগুলি গ্রুপ করুন, উদাহরণস্বরূপ 22-নভেম্বর৷ মাসটি স্প্রেডশীট লোকেলের উপর ভিত্তি করে অনুবাদ করা হয়।
MONTH মাস অনুসারে তারিখগুলি গ্রুপ করুন, উদাহরণস্বরূপ নভেম্বর। মাসটি স্প্রেডশীট লোকেলের উপর ভিত্তি করে অনুবাদ করা হয়।
QUARTER ত্রৈমাসিক অনুযায়ী তারিখগুলিকে গোষ্ঠীভুক্ত করুন, উদাহরণস্বরূপ Q1 (যা জানুয়ারি-মার্চের প্রতিনিধিত্ব করে)৷
YEAR বছর অনুসারে গ্রুপ তারিখ, উদাহরণস্বরূপ 2008।
YEAR_MONTH বছর এবং মাস অনুসারে তারিখগুলি গ্রুপ করুন, উদাহরণস্বরূপ 2008-নভেম্বর৷ মাসটি স্প্রেডশীট লোকেলের উপর ভিত্তি করে অনুবাদ করা হয়।
YEAR_QUARTER বছর এবং ত্রৈমাসিক দ্বারা গ্রুপ তারিখ, উদাহরণস্বরূপ 2008 Q4.
YEAR_MONTH_DAY বছর, মাস এবং দিন অনুসারে তারিখগুলি গোষ্ঠীভুক্ত করুন, উদাহরণস্বরূপ 2008-11-22৷

চার্ট হিস্টোগ্রামের নিয়ম

আপনাকে একটি উৎস ডেটা কলামে সাংখ্যিক মানগুলিকে ধ্রুবক আকারের বালতিতে সংগঠিত করার অনুমতি দেয়।

JSON প্রতিনিধিত্ব
{
  "minValue": number,
  "maxValue": number,
  "intervalSize": number
}
ক্ষেত্র
minValue

number

ন্যূনতম মান যেখানে আইটেমগুলিকে বালতিতে রাখা হয়৷ ন্যূনতম থেকে কম মানগুলিকে একটি একক বালতিতে গোষ্ঠীভুক্ত করা হয়৷ যদি বাদ দেওয়া হয়, এটি ন্যূনতম আইটেমের মান দ্বারা নির্ধারিত হয়।

maxValue

number

আইটেমগুলিকে বালতিতে রাখা সর্বোচ্চ মান। সর্বাধিকের চেয়ে বড় মানগুলিকে একটি একক বালতিতে গোষ্ঠীভুক্ত করা হয়৷ যদি বাদ দেওয়া হয়, এটি সর্বাধিক আইটেম মান দ্বারা নির্ধারিত হয়।

intervalSize

number

বালতি তৈরি করা হয় যে আকার. ইতিবাচক হতে হবে।

চার্ট এগ্রিগেট টাইপ

চার্ট সিরিজের জন্য একত্রিতকরণের ধরন।

এনামস
CHART_AGGREGATE_TYPE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
AVERAGE গড় মোট ফাংশন।
COUNT সামগ্রিক ফাংশন গণনা.
MAX সর্বাধিক সমষ্টি ফাংশন।
MEDIAN মিডিয়ান সামগ্রিক ফাংশন।
MIN ন্যূনতম সমষ্টি ফাংশন।
SUM সমষ্টিগত ফাংশন।

বেসিকচার্টসিরিজ

একটি চার্টে ডেটার একটি একক সিরিজ। উদাহরণ স্বরূপ, সময়ের সাথে স্টকের দাম চার্ট করলে, একাধিক সিরিজ থাকতে পারে, একটি "ওপেন প্রাইস", "হাই প্রাইস", "লো প্রাইস" এবং "ক্লোজ প্রাইস" এর জন্য।

JSON প্রতিনিধিত্ব
{
  "series": {
    object (ChartData)
  },
  "targetAxis": enum (BasicChartAxisPosition),
  "type": enum (BasicChartType),
  "lineStyle": {
    object (LineStyle)
  },
  "dataLabel": {
    object (DataLabel)
  },
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  },
  "pointStyle": {
    object (PointStyle)
  },
  "styleOverrides": [
    {
      object (BasicSeriesDataPointStyleOverride)
    }
  ]
}
ক্ষেত্র
series

object ( ChartData )

এই চার্ট সিরিজে ডেটা ভিজ্যুয়ালাইজ করা হচ্ছে।

targetAxis

enum ( BasicChartAxisPosition )

ক্ষুদ্র অক্ষ যা এই সিরিজের মানগুলির পরিসর নির্দিষ্ট করবে৷ উদাহরণস্বরূপ, যদি সময়ের সাথে স্টকগুলি চার্ট করা হয়, তাহলে "ভলিউম" সিরিজটি বাম দিকে পিন করা দামের সাথে ডানদিকে পিন করা হতে পারে, কারণ ট্রেডিং ভলিউমের স্কেল দামের স্কেল থেকে আলাদা। এটি একটি অক্ষ নির্দিষ্ট করার একটি ত্রুটি যা চার্টের type জন্য একটি বৈধ ছোট অক্ষ নয়৷

type

enum ( BasicChartType )

এই সিরিজের ধরন। শুধুমাত্র chartType COMBO হলেই বৈধ। বিভিন্ন ধরনের সিরিজের ভিজ্যুয়ালাইজ করার উপায় পরিবর্তন করবে। শুধুমাত্র LINE , AREA , এবং COLUMN সমর্থিত৷

lineStyle

object ( LineStyle )

এই সিরিজের লাইন স্টাইল। chartType AREA , LINE , বা SCATTER হলেই বৈধ। series chart type AREA বা LINE হলে COMBO চার্টগুলিও সমর্থিত।

dataLabel

object ( DataLabel )

এই সিরিজের ডেটা লেবেল সম্পর্কে তথ্য।

color
(deprecated)

object ( Color )

এই সিরিজের সাথে যুক্ত উপাদানগুলির (যেমন বার, লাইন এবং পয়েন্ট) রঙ। খালি হলে, একটি ডিফল্ট রঙ ব্যবহার করা হয়। বাতিল করা হয়েছে: colorStyle ব্যবহার করুন।

colorStyle

object ( ColorStyle )

এই সিরিজের সাথে যুক্ত উপাদানগুলির (যেমন বার, লাইন এবং পয়েন্ট) রঙ। খালি হলে, একটি ডিফল্ট রঙ ব্যবহার করা হয়। যদি color সেট করা হয়, এই ক্ষেত্রটি অগ্রাধিকার নেয়।

pointStyle

object ( PointStyle )

এই সিরিজের সাথে যুক্ত পয়েন্টের শৈলী। chartType AREA , LINE , বা SCATTER হলেই বৈধ। series chart type AREA , LINE , বা SCATTER হলে COMBO চার্টগুলিও সমর্থিত। খালি থাকলে, একটি ডিফল্ট পয়েন্ট শৈলী ব্যবহার করা হয়।

styleOverrides[]

object ( BasicSeriesDataPointStyleOverride )

সিরিজ ডেটা পয়েন্টের জন্য স্টাইল ওভাররাইড সেটিংস।

লাইনস্টাইল

বৈশিষ্ট্য যা একটি লাইনের শৈলী বর্ণনা করে।

JSON প্রতিনিধিত্ব
{
  "width": integer,
  "type": enum (LineDashType)
}
ক্ষেত্র
width

integer

লাইনের পুরুত্ব, px এ।

type

enum ( LineDashType )

লাইনের ড্যাশ প্রকার।

লাইনড্যাশ টাইপ

একটি লাইনের ড্যাশ প্রকার।

এনামস
LINE_DASH_TYPE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
INVISIBLE কোন ড্যাশ প্রকার নেই, যা একটি অ-দৃশ্যমান লাইনের সমতুল্য।
CUSTOM একটি লাইনের জন্য একটি কাস্টম ড্যাশ। সঠিক কাস্টম ড্যাশ শৈলী পরিবর্তন করা বর্তমানে অসমর্থিত।
SOLID একটি কঠিন লাইন।
DOTTED একটি বিন্দুযুক্ত লাইন।
MEDIUM_DASHED একটি ড্যাশড লাইন যেখানে ড্যাশগুলির "মাঝারি" দৈর্ঘ্য রয়েছে৷
MEDIUM_DASHED_DOTTED একটি লাইন যা একটি "মাঝারি" ড্যাশ এবং একটি বিন্দুর মধ্যে বিকল্প হয়৷
LONG_DASHED একটি ড্যাশড লাইন যেখানে ড্যাশগুলির "দীর্ঘ" দৈর্ঘ্য রয়েছে৷
LONG_DASHED_DOTTED একটি লাইন যা একটি "দীর্ঘ" ড্যাশ এবং একটি বিন্দুর মধ্যে বিকল্প হয়৷

ডেটা লেবেল

ডেটা লেবেলের এক সেটের জন্য সেটিংস। ডেটা লেবেলগুলি হল টীকা যা ডেটার একটি সেটের পাশে প্রদর্শিত হয়, যেমন একটি লাইন চার্টের পয়েন্ট এবং ডেটা কী প্রতিনিধিত্ব করে সে সম্পর্কে অতিরিক্ত তথ্য প্রদান করে, যেমন গ্রাফের সেই বিন্দুর পিছনের মানের পাঠ্য উপস্থাপনা।

JSON প্রতিনিধিত্ব
{
  "type": enum (DataLabelType),
  "textFormat": {
    object (TextFormat)
  },
  "placement": enum (DataLabelPlacement),
  "customLabelData": {
    object (ChartData)
  }
}
ক্ষেত্র
type

enum ( DataLabelType )

ডেটা লেবেলের ধরন।

textFormat

object ( TextFormat )

ডেটা লেবেলের জন্য ব্যবহৃত পাঠ্য বিন্যাস। লিঙ্ক ক্ষেত্র সমর্থিত নয়.

placement

enum ( DataLabelPlacement )

লেবেল করা ডেটার সাপেক্ষে ডেটা লেবেলের বসানো।

customLabelData

object ( ChartData )

কাস্টম লেবেলের জন্য ব্যবহার করার জন্য ডেটা। type CUSTOM সেট করা থাকলে শুধুমাত্র ব্যবহার করা হয়। এই ডেটা লেবেলটি যে সিরিজ বা অন্যান্য উপাদানে প্রয়োগ করা হয়েছে তার দৈর্ঘ্যের সমান হতে হবে। উপরন্তু, যদি সিরিজটিকে একাধিক সোর্স রেঞ্জে বিভক্ত করা হয়, তাহলে এই সোর্স ডেটা অবশ্যই সোর্স ডেটার পরবর্তী কলাম থেকে আসতে হবে। উদাহরণস্বরূপ, যদি সিরিজটি B2:B4,E6:E8 হয় তবে এই ডেটা অবশ্যই C2:C4,F6:F8 থেকে আসবে।

ডেটা লেবেল টাইপ

ডেটা লেবেলের ধরন।

এনামস
DATA_LABEL_TYPE_UNSPECIFIED ডেটা লেবেলের ধরন নির্দিষ্ট করা নেই এবং চার্টের মধ্যে ডেটা লেবেলের প্রসঙ্গের উপর নির্ভর করে ব্যাখ্যা করা হবে।
NONE ডেটা লেবেল প্রদর্শিত হয় না।
DATA সিরিজ ডেটা থেকে মান ব্যবহার করে ডেটা লেবেল প্রদর্শিত হয়।
CUSTOM customLabelData দ্বারা নির্দেশিত একটি কাস্টম ডেটা উৎস থেকে মান ব্যবহার করে ডেটা লেবেলটি প্রদর্শিত হয়।

ডেটা লেবেল প্লেসমেন্ট

লেবেলযুক্ত ডেটার সাথে সম্পর্কিত একটি ডেটা লেবেল স্থাপন।

এনামস
DATA_LABEL_PLACEMENT_UNSPECIFIED পজিশনিং রেন্ডারার দ্বারা স্বয়ংক্রিয়ভাবে নির্ধারিত হয়।
CENTER একটি বার বা কলামের মধ্যে কেন্দ্র, উভয় অনুভূমিকভাবে এবং উল্লম্বভাবে।
LEFT একটি ডেটা পয়েন্টের বাম দিকে।
RIGHT একটি ডেটা পয়েন্টের ডানদিকে।
ABOVE একটি ডেটা পয়েন্টের উপরে।
BELOW একটি ডাটা পয়েন্ট নীচে.
INSIDE_END শেষে একটি বার বা কলামের ভিতরে (ধনাত্মক হলে উপরে, নেতিবাচক হলে নীচে)।
INSIDE_BASE বেস এ একটি বার বা কলাম ভিতরে.
OUTSIDE_END শেষে একটি বার বা কলামের বাইরে।

পয়েন্ট স্টাইল

চার্টে একটি বিন্দুর শৈলী।

JSON প্রতিনিধিত্ব
{
  "size": number,
  "shape": enum (PointShape)
}
ক্ষেত্র
size

number

বিন্দু আকার. খালি থাকলে, একটি ডিফল্ট আকার ব্যবহার করা হয়।

shape

enum ( PointShape )

বিন্দু আকৃতি. খালি বা অনির্দিষ্ট থাকলে, একটি ডিফল্ট আকৃতি ব্যবহার করা হয়।

পয়েন্টশেপ

একটি বিন্দু আকৃতি.

এনামস
POINT_SHAPE_UNSPECIFIED ডিফল্ট মান।
CIRCLE একটি বৃত্ত আকৃতি।
DIAMOND হীরার আকৃতি।
HEXAGON একটি ষড়ভুজ আকৃতি।
PENTAGON একটি পেন্টাগন আকৃতি।
SQUARE একটি বর্গাকার আকৃতি।
STAR তারার আকৃতি।
TRIANGLE একটি ত্রিভুজ আকৃতি।
X_MARK একটি এক্স-মার্ক আকৃতি।

BasicSeriesDataPointStyleOverride

একটি একক সিরিজ ডেটা পয়েন্টের জন্য স্টাইল ওভাররাইড সেটিংস।

JSON প্রতিনিধিত্ব
{
  "index": integer,
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  },
  "pointStyle": {
    object (PointStyle)
  }
}
ক্ষেত্র
index

integer

সিরিজ ডেটা পয়েন্টের শূন্য-ভিত্তিক সূচক।

color
(deprecated)

object ( Color )

সিরিজ ডেটা পয়েন্টের রঙ। খালি থাকলে, সিরিজ ডিফল্ট ব্যবহার করা হয়। বাতিল করা হয়েছে: colorStyle ব্যবহার করুন।

colorStyle

object ( ColorStyle )

সিরিজ ডেটা পয়েন্টের রঙ। খালি থাকলে, সিরিজ ডিফল্ট ব্যবহার করা হয়। যদি color সেট করা হয়, এই ক্ষেত্রটি অগ্রাধিকার নেয়।

pointStyle

object ( PointStyle )

সিরিজ ডেটা পয়েন্টের পয়েন্ট স্টাইল। chartType AREA , LINE , বা SCATTER হলেই বৈধ। series chart type AREA , LINE , বা SCATTER হলে COMBO চার্টগুলিও সমর্থিত। খালি থাকলে, সিরিজ ডিফল্ট ব্যবহার করা হয়।

বেসিকচার্টস্ট্যাকড টাইপ

যখন চার্টগুলি স্ট্যাক করা হয়, তখন পরিসীমা (উল্লম্ব অক্ষ) মানগুলি অনুভূমিক অক্ষের পরিবর্তে একে অপরের উপরে রেন্ডার করা হয়। উদাহরণস্বরূপ, 20 এবং 80 দুটি মান 0 থেকে আঁকা হবে, 80 অনুভূমিক অক্ষ থেকে 80 একক দূরে। যদি সেগুলি স্ট্যাক করা হয়, তাহলে 20 থেকে 80 রেন্ডার করা হবে, এটি অনুভূমিক অক্ষ থেকে 100 ইউনিট দূরে রাখবে।

এনামস
BASIC_CHART_STACKED_TYPE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
NOT_STACKED সিরিজ স্ট্যাক করা হয় না.
STACKED সিরিজের মানগুলি স্ট্যাক করা হয়, প্রতিটি মান উল্লম্বভাবে রেন্ডার করা হয় এটির নীচের মানের উপরে থেকে।
PERCENT_STACKED উল্লম্ব স্ট্যাকগুলি চার্টের শীর্ষে পৌঁছানোর জন্য প্রসারিত হয়, যার মান একে অপরের শতাংশ হিসাবে বিন্যস্ত করা হয়।

BasicChartCompareMode

তুলনা মোডের ধরন, যা ডেটা এবং চার্ট এলাকায় হোভার করার সময় টুলটিপ এবং ডেটা হাইলাইট করার আচরণ বর্ণনা করে।

এনামস
BASIC_CHART_COMPARE_MODE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
DATUM শুধুমাত্র ফোকাস করা তথ্য উপাদান হাইলাইট করা হয় এবং টুলটিপে দেখানো হয়।
CATEGORY একই বিভাগের সমস্ত ডেটা উপাদান (যেমন, ডোমেন মান) হাইলাইট করা হয়েছে এবং টুলটিপে দেখানো হয়েছে।

PieChartSpec

একটি পাই চার্ট

JSON প্রতিনিধিত্ব
{
  "legendPosition": enum (PieChartLegendPosition),
  "domain": {
    object (ChartData)
  },
  "series": {
    object (ChartData)
  },
  "threeDimensional": boolean,
  "pieHole": number
}
ক্ষেত্র
legendPosition

enum ( PieChartLegendPosition )

যেখানে পাই চার্টের কিংবদন্তি আঁকা উচিত।

domain

object ( ChartData )

পাই চার্টের ডোমেন কভার করে এমন ডেটা।

series

object ( ChartData )

পাই চার্টের এক এবং একমাত্র সিরিজকে কভার করে এমন ডেটা।

threeDimensional

boolean

পাই ত্রিমাত্রিক হলে সত্য।

pieHole

number

পাই চার্টে গর্তের আকার।

পাইচার্ট লেজেন্ড পজিশন

চার্টের কিংবদন্তি যেখানে অবস্থান করা উচিত।

এনামস
PIE_CHART_LEGEND_POSITION_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BOTTOM_LEGEND লেজেন্ডটি চার্টের নীচে রেন্ডার করা হয়েছে।
LEFT_LEGEND লেজেন্ডটি চার্টের বাম দিকে রেন্ডার করা হয়েছে।
RIGHT_LEGEND লেজেন্ডটি চার্টের ডানদিকে রেন্ডার করা হয়েছে।
TOP_LEGEND লেজেন্ডটি চার্টের শীর্ষে রেন্ডার করা হয়েছে।
NO_LEGEND কোন কিংবদন্তি রেন্ডার করা হয় না.
LABELED_LEGEND প্রতিটি পাই স্লাইসের সাথে একটি লেবেল সংযুক্ত থাকে।

BubbleChartSpec

একটি বাবল চার্ট

JSON প্রতিনিধিত্ব
{
  "legendPosition": enum (BubbleChartLegendPosition),
  "bubbleLabels": {
    object (ChartData)
  },
  "domain": {
    object (ChartData)
  },
  "series": {
    object (ChartData)
  },
  "groupIds": {
    object (ChartData)
  },
  "bubbleSizes": {
    object (ChartData)
  },
  "bubbleOpacity": number,
  "bubbleBorderColor": {
    object (Color)
  },
  "bubbleBorderColorStyle": {
    object (ColorStyle)
  },
  "bubbleMaxRadiusSize": integer,
  "bubbleMinRadiusSize": integer,
  "bubbleTextStyle": {
    object (TextFormat)
  }
}
ক্ষেত্র
legendPosition

enum ( BubbleChartLegendPosition )

যেখানে চার্টের কিংবদন্তি আঁকা উচিত।

bubbleLabels

object ( ChartData )

বুদবুদ লেবেল ধারণকারী ডেটা। এই অনন্য হতে হবে না.

domain

object ( ChartData )

বুদবুদ x-মান ধারণকারী ডেটা। এই মানগুলি অনুভূমিকভাবে চার্টে বুদবুদগুলি সনাক্ত করে।

series

object ( ChartData )

বুদবুদ y-মান ধারণকারী ডেটা। এই মানগুলি চার্টে বুদবুদগুলিকে উল্লম্বভাবে সনাক্ত করে।

groupIds

object ( ChartData )

বুদবুদ গ্রুপ আইডি ধারণকারী ডেটা। একই গ্রুপ আইডি সহ সমস্ত বুদবুদ একই রঙে আঁকা হয়। যদি bubbleSizes নির্দিষ্ট করা হয় তবে এই ক্ষেত্রটিও অবশ্যই নির্দিষ্ট করা উচিত তবে ফাঁকা মান থাকতে পারে। এই ক্ষেত্রটি ঐচ্ছিক।

bubbleSizes

object ( ChartData )

বুদবুদের মাপ ধারণকারী ডেটা। বুদবুদ আকার একে অপরের আপেক্ষিক বিভিন্ন আকারে বুদবুদ আঁকা ব্যবহার করা হয়. নির্দিষ্ট করা হলে, groupIds নির্দিষ্ট করতে হবে। এই ক্ষেত্রটি ঐচ্ছিক।

bubbleOpacity

number

0 এবং 1.0 এর মধ্যে বুদবুদের অস্বচ্ছতা। 0 সম্পূর্ণ স্বচ্ছ এবং 1 সম্পূর্ণ অস্বচ্ছ।

bubbleBorderColor
(deprecated)

object ( Color )

বুদ্বুদ সীমানার রঙ। বাতিল করা হয়েছে: bubbleBorderColorStyle ব্যবহার করুন।

bubbleBorderColorStyle

object ( ColorStyle )

বুদ্বুদ সীমানার রঙ। যদি bubbleBorderColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পায়।

bubbleMaxRadiusSize

integer

বুদবুদের সর্বোচ্চ ব্যাসার্ধের আকার, পিক্সেলে। নির্দিষ্ট করা হলে, ক্ষেত্রটি অবশ্যই একটি ইতিবাচক মান হতে হবে।

bubbleMinRadiusSize

integer

বুদবুদের ন্যূনতম ব্যাসার্ধের আকার, পিক্সেলে। নির্দিষ্ট হলে, ক্ষেত্রটি অবশ্যই একটি ইতিবাচক মান হতে হবে।

bubbleTextStyle

object ( TextFormat )

বুদবুদের ভিতরে লেখার বিন্যাস। স্ট্রাইকথ্রু, আন্ডারলাইন এবং লিঙ্ক সমর্থিত নয়।

বাবলচার্ট লেজেন্ড পজিশন

চার্টের কিংবদন্তি যেখানে অবস্থান করা উচিত।

এনামস
BUBBLE_CHART_LEGEND_POSITION_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BOTTOM_LEGEND লেজেন্ডটি চার্টের নীচে রেন্ডার করা হয়েছে।
LEFT_LEGEND লেজেন্ডটি চার্টের বাম দিকে রেন্ডার করা হয়েছে।
RIGHT_LEGEND লেজেন্ডটি চার্টের ডানদিকে রেন্ডার করা হয়েছে।
TOP_LEGEND লেজেন্ডটি চার্টের শীর্ষে রেন্ডার করা হয়েছে।
NO_LEGEND কোন কিংবদন্তি রেন্ডার করা হয় না.
INSIDE_LEGEND কিংবদন্তি চার্ট এলাকার ভিতরে রেন্ডার করা হয়.

CandlestickChartSpec

একটি ক্যান্ডেলস্টিক চার্ট

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (CandlestickDomain)
  },
  "data": [
    {
      object (CandlestickData)
    }
  ]
}
ক্ষেত্র
domain

object ( CandlestickDomain )

ক্যান্ডেলস্টিক চার্টের জন্য ডোমেন ডেটা (অনুভূমিক অক্ষ)। স্ট্রিং ডেটা বিযুক্ত লেবেল হিসাবে বিবেচিত হবে, অন্যান্য ডেটা অবিচ্ছিন্ন মান হিসাবে বিবেচিত হবে।

data[]

object ( CandlestickData )

ক্যান্ডেলস্টিক চার্ট ডেটা। শুধুমাত্র একটি CandlestickData সমর্থিত।

CandlestickDomain

একটি CandlestickChart এর ডোমেইন।

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
data

object ( ChartData )

CandlestickDomain এর ডেটা।

reversed

boolean

ডোমেন মান (অনুভূমিক অক্ষ) এর ক্রম বিপরীত করার জন্য সত্য।

ক্যান্ডেলস্টিক ডেটা

ক্যান্ডেলস্টিক চার্ট ডেটা, প্রতিটিতে একটি সিরিজের জন্য নিম্ন, খোলা, বন্ধ এবং উচ্চ মান রয়েছে।

JSON প্রতিনিধিত্ব
{
  "lowSeries": {
    object (CandlestickSeries)
  },
  "openSeries": {
    object (CandlestickSeries)
  },
  "closeSeries": {
    object (CandlestickSeries)
  },
  "highSeries": {
    object (CandlestickSeries)
  }
}
ক্ষেত্র
lowSeries

object ( CandlestickSeries )

প্রতিটি মোমবাতির জন্য নিম্ন/সর্বনিম্ন মানের জন্য পরিসীমা ডেটা (উল্লম্ব অক্ষ)। এটি মোমবাতির কেন্দ্র লাইনের নীচে।

openSeries

object ( CandlestickSeries )

প্রতিটি মোমবাতির খোলা/প্রাথমিক মানের জন্য পরিসীমা ডেটা (উল্লম্ব অক্ষ)। এটি মোমবাতি শরীরের নীচে. ক্লোজ মানের থেকে কম হলে ক্যান্ডেলটি পূর্ণ হবে। নইলে মোমবাতি ফাঁপা হয়ে যাবে।

closeSeries

object ( CandlestickSeries )

প্রতিটি মোমবাতির বন্ধ/চূড়ান্ত মানের জন্য পরিসীমা ডেটা (উল্লম্ব অক্ষ)। এটি মোমবাতি শরীরের শীর্ষ. খোলা মানের থেকে বেশি হলে মোমবাতিটি পূর্ণ হবে। নইলে মোমবাতি ফাঁপা হয়ে যাবে।

highSeries

object ( CandlestickSeries )

প্রতিটি মোমবাতির জন্য উচ্চ/সর্বোচ্চ মানের জন্য পরিসীমা ডেটা (উল্লম্ব অক্ষ)। এটি মোমবাতির কেন্দ্র লাইনের শীর্ষ।

ক্যান্ডেলস্টিক সিরিজ

একটি CandlestickData সিরিজ.

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  }
}
ক্ষেত্র
data

object ( ChartData )

ক্যান্ডেলস্টিক সিরিজের ডেটা।

OrgChartSpec

একটি org চার্ট । অর্গ চার্টের লেবেলে labels একটি অনন্য সেট প্রয়োজন এবং ঐচ্ছিকভাবে parentLabels এবং tooltips অন্তর্ভুক্ত থাকতে পারে। parentLabels ধারণ করে, প্রতিটি নোডের জন্য, প্যারেন্ট নোড সনাক্তকারী লেবেল। tooltips ধারণ করে, প্রতিটি নোডের জন্য, একটি ঐচ্ছিক টুলটিপ।

উদাহরণ স্বরূপ, সিইও হিসাবে অ্যালিসের সাথে একটি OrgChart বর্ণনা করতে, ববকে প্রেসিডেন্ট (অ্যালিসের কাছে রিপোর্ট করা) এবং ক্যাথিকে বিক্রয়ের ভিপি হিসাবে (এছাড়াও অ্যালিসকে রিপোর্ট করা), labels "এলিস", "বব", "ক্যাথি", parentLabels "", "Alice", "Alice" থাকে এবং tooltips থাকে "CEO", "President", "VP Sales"।

JSON প্রতিনিধিত্ব
{
  "nodeSize": enum (OrgChartNodeSize),
  "nodeColor": {
    object (Color)
  },
  "nodeColorStyle": {
    object (ColorStyle)
  },
  "selectedNodeColor": {
    object (Color)
  },
  "selectedNodeColorStyle": {
    object (ColorStyle)
  },
  "labels": {
    object (ChartData)
  },
  "parentLabels": {
    object (ChartData)
  },
  "tooltips": {
    object (ChartData)
  }
}
ক্ষেত্র
nodeSize

enum ( OrgChartNodeSize )

org চার্ট নোডের আকার।

nodeColor
(deprecated)

object ( Color )

org চার্ট নোডের রঙ। বাতিল করা হয়েছে: nodeColorStyle ব্যবহার করুন।

nodeColorStyle

object ( ColorStyle )

org চার্ট নোডের রঙ। যদি nodeColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পায়।

selectedNodeColor
(deprecated)

object ( Color )

নির্বাচিত org চার্ট নোডের রঙ। বাতিল করা হয়েছে: selectedNodeColorStyle ব্যবহার করুন।

selectedNodeColorStyle

object ( ColorStyle )

নির্বাচিত org চার্ট নোডের রঙ। selectedNodeColor সেট করা থাকলে, এই ক্ষেত্রটি অগ্রাধিকার পায়।

labels

object ( ChartData )

চার্টের সমস্ত নোডের জন্য লেবেল ধারণকারী ডেটা। লেবেল অনন্য হতে হবে.

parentLabels

object ( ChartData )

সংশ্লিষ্ট নোডের জন্য অভিভাবকের লেবেল ধারণকারী ডেটা। একটি ফাঁকা মান নির্দেশ করে যে নোডের কোনো অভিভাবক নেই এবং এটি একটি শীর্ষ-স্তরের নোড। এই ক্ষেত্রটি ঐচ্ছিক।

tooltips

object ( ChartData )

সংশ্লিষ্ট নোডের টুলটিপ ধারণকারী ডেটা। একটি ফাঁকা মান নোডের জন্য কোন টুলটিপ প্রদর্শিত হচ্ছে না। এই ক্ষেত্রটি ঐচ্ছিক।

OrgChartNodeSize

org চার্ট নোডের আকার।

এনামস
ORG_CHART_LABEL_SIZE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
SMALL ছোট org চার্ট নোড আকার.
MEDIUM মাঝারি সংস্থা চার্ট নোডের আকার।
LARGE বড় org চার্ট নোডের আকার।

হিস্টোগ্রামচার্টস্পেক

একটি হিস্টোগ্রাম চার্ট । একটি হিস্টোগ্রাম চার্ট ডাটা আইটেমকে বিনে গ্রুপ করে, প্রতিটি বিনকে স্ট্যাক করা আইটেমগুলির একটি কলাম হিসাবে প্রদর্শন করে। হিস্টোগ্রামগুলি ডেটাসেটের বিতরণ প্রদর্শন করতে ব্যবহৃত হয়। আইটেমগুলির প্রতিটি কলাম একটি পরিসরের প্রতিনিধিত্ব করে যেখানে সেই আইটেমগুলি পড়ে। বিনের সংখ্যা স্বয়ংক্রিয়ভাবে নির্বাচন করা যেতে পারে বা স্পষ্টভাবে নির্দিষ্ট করা যেতে পারে।

JSON প্রতিনিধিত্ব
{
  "series": [
    {
      object (HistogramSeries)
    }
  ],
  "legendPosition": enum (HistogramChartLegendPosition),
  "showItemDividers": boolean,
  "bucketSize": number,
  "outlierPercentile": number
}
ক্ষেত্র
series[]

object ( HistogramSeries )

একটি হিস্টোগ্রামের জন্য সিরিজটি হয় একটি একক মানের মানের সিরিজ হতে পারে বা একাধিক সিরিজ, প্রত্যেকটি একই দৈর্ঘ্যের, যার মধ্যে সেই সিরিজের জন্য বাকেট করা মানগুলি অনুসরণ করে সিরিজের নাম থাকে।

legendPosition

enum ( HistogramChartLegendPosition )

লেজেন্ডের অবস্থান।

showItemDividers

boolean

প্রতিটি কলামের আইটেমগুলির মধ্যে অনুভূমিক বিভাজক লাইনগুলি প্রদর্শিত হবে কিনা৷

bucketSize

number

ডিফল্টরূপে বালতির আকার (একটি কলামে স্ট্যাক করা মানগুলির পরিসর) স্বয়ংক্রিয়ভাবে নির্বাচিত হয়, তবে এটি এখানে ওভাররাইড করা হতে পারে। যেমন, 1.5 এর একটি বালতির আকার 0 - 1.5, 1.5 - 3.0, ইত্যাদি থেকে বালতিতে পরিণত হয়। নেতিবাচক হতে পারে না। এই ক্ষেত্রটি ঐচ্ছিক।

outlierPercentile

number

আউটলিয়ার পার্সেন্টাইল নিশ্চিত করতে ব্যবহার করা হয় যে আউটলায়ারগুলি বালতির আকারের গণনার উপর বিরূপ প্রভাব ফেলবে না। উদাহরণ স্বরূপ, 0.05 এর একটি আউটলিয়ার পার্সেন্টাইল সেট করা নির্দেশ করে যে বালতি গণনা করার সময় উপরের এবং নীচের 5% মান। মানগুলি এখনও চার্টে অন্তর্ভুক্ত রয়েছে, সেগুলি তাদের নিজস্ব বালতির পরিবর্তে প্রথম বা শেষ বালতিতে যোগ করা হবে৷ 0.0 এবং 0.5 এর মধ্যে হতে হবে।

হিস্টোগ্রাম সিরিজ

একটি হিস্টোগ্রাম সিরিজ যাতে সিরিজের রঙ এবং ডেটা থাকে।

JSON প্রতিনিধিত্ব
{
  "barColor": {
    object (Color)
  },
  "barColorStyle": {
    object (ColorStyle)
  },
  "data": {
    object (ChartData)
  }
}
ক্ষেত্র
barColor
(deprecated)

object ( Color )

প্রতিটি বালতিতে এই সিরিজের প্রতিনিধিত্বকারী কলামের রঙ। এই ক্ষেত্রটি ঐচ্ছিক। বাতিল করা হয়েছে: barColorStyle ব্যবহার করুন।

barColorStyle

object ( ColorStyle )

প্রতিটি বালতিতে এই সিরিজের প্রতিনিধিত্বকারী কলামের রঙ। এই ক্ষেত্রটি ঐচ্ছিক। যদি barColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পায়।

data

object ( ChartData )

এই হিস্টোগ্রাম সিরিজের ডেটা।

হিস্টোগ্রামচার্টলেজেন্ডপজিশন

চার্টের কিংবদন্তি যেখানে অবস্থান করা উচিত।

এনামস
HISTOGRAM_CHART_LEGEND_POSITION_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
BOTTOM_LEGEND লেজেন্ডটি চার্টের নীচে রেন্ডার করা হয়েছে।
LEFT_LEGEND লেজেন্ডটি চার্টের বাম দিকে রেন্ডার করা হয়েছে।
RIGHT_LEGEND লেজেন্ডটি চার্টের ডানদিকে রেন্ডার করা হয়েছে।
TOP_LEGEND লেজেন্ডটি চার্টের শীর্ষে রেন্ডার করা হয়েছে।
NO_LEGEND কোন কিংবদন্তি রেন্ডার করা হয় না.
INSIDE_LEGEND কিংবদন্তি চার্ট এলাকার ভিতরে রেন্ডার করা হয়.

জলপ্রপাতচার্টস্পেক

একটি জলপ্রপাত চার্ট।

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (WaterfallChartDomain)
  },
  "series": [
    {
      object (WaterfallChartSeries)
    }
  ],
  "stackedType": enum (WaterfallChartStackedType),
  "firstValueIsTotal": boolean,
  "hideConnectorLines": boolean,
  "connectorLineStyle": {
    object (LineStyle)
  },
  "totalDataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
domain

object ( WaterfallChartDomain )

জলপ্রপাত চার্টের জন্য ডোমেন ডেটা (অনুভূমিক অক্ষ)।

series[]

object ( WaterfallChartSeries )

এই জলপ্রপাতের চার্টটি যে ডেটা ভিজ্যুয়ালাইজ করছে।

stackedType

enum ( WaterfallChartStackedType )

স্তুপীকৃত প্রকার।

firstValueIsTotal

boolean

প্রথম মানটিকে মোট হিসাবে ব্যাখ্যা করা সত্য।

hideConnectorLines

boolean

কলামের মধ্যে সংযোগকারী লাইন লুকানোর জন্য সত্য।

connectorLineStyle

object ( LineStyle )

সংযোগকারী লাইনের জন্য লাইন শৈলী।

totalDataLabel

object ( DataLabel )

স্ট্যাক করা চার্টগুলিতে অতিরিক্ত ডেটা লেবেলগুলি প্রদর্শন করা হবে কিনা তা নিয়ন্ত্রণ করে যা ডোমেন অক্ষ বরাবর প্রতিটি মানের সমস্ত স্ট্যাক করা মানের মোট মান যোগ করে৷ stackedType অবশ্যই STACKED হবে এবং CUSTOM বা placement কোনোটিই totalDataLabel এ সেট করা যাবে না।

জলপ্রপাতচার্টডোমেন

একটি জলপ্রপাত চার্টের ডোমেন।

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
data

object ( ChartData )

WaterfallChartDomain এর ডেটা।

reversed

boolean

ডোমেন মান (অনুভূমিক অক্ষ) এর ক্রম বিপরীত করার জন্য সত্য।

জলপ্রপাত চার্ট সিরিজ

জলপ্রপাত চার্টের জন্য ডেটার একটি একক সিরিজ।

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "positiveColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "negativeColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "subtotalColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "hideTrailingSubtotal": boolean,
  "customSubtotals": [
    {
      object (WaterfallChartCustomSubtotal)
    }
  ],
  "dataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
data

object ( ChartData )

এই সিরিজে ডেটা ভিজ্যুয়ালাইজ করা হচ্ছে।

positiveColumnsStyle

object ( WaterfallChartColumnStyle )

ইতিবাচক মান সহ এই সিরিজের সমস্ত কলামের শৈলী।

negativeColumnsStyle

object ( WaterfallChartColumnStyle )

নেতিবাচক মান সহ এই সিরিজের সমস্ত কলামের শৈলী।

subtotalColumnsStyle

object ( WaterfallChartColumnStyle )

এই সিরিজের সমস্ত সাবটোটাল কলামের শৈলী।

hideTrailingSubtotal

boolean

সিরিজের শেষ থেকে সাবটোটাল কলাম লুকানোর জন্য সত্য। ডিফল্টরূপে, প্রতিটি সিরিজের শেষে একটি সাবটোটাল কলাম প্রদর্শিত হবে। এই ক্ষেত্রটিকে সত্য হিসাবে সেট করা এই সিরিজের জন্য সেই উপ-টোটাল কলামটি লুকিয়ে রাখবে।

customSubtotals[]

object ( WaterfallChartCustomSubtotal )

কাস্টম সাবটোটাল কলাম এই সিরিজে প্রদর্শিত হচ্ছে। যে ক্রমে সাবটোটালগুলি সংজ্ঞায়িত করা হয়েছে তা উল্লেখযোগ্য নয়। প্রতিটি ডেটা পয়েন্টের জন্য শুধুমাত্র একটি সাবটোটাল সংজ্ঞায়িত করা যেতে পারে।

dataLabel

object ( DataLabel )

এই সিরিজের ডেটা লেবেল সম্পর্কে তথ্য।

জলপ্রপাত চার্টকলাম স্টাইল

জলপ্রপাত চার্ট কলামের শৈলী।

JSON প্রতিনিধিত্ব
{
  "label": string,
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
label

string

কলামের কিংবদন্তির লেবেল।

color
(deprecated)

object ( Color )

কলামের রঙ। বাতিল করা হয়েছে: colorStyle ব্যবহার করুন।

colorStyle

object ( ColorStyle )

কলামের রঙ। যদি color সেট করা হয়, এই ক্ষেত্রটি অগ্রাধিকার নেয়।

জলপ্রপাত চার্ট কাস্টমসাবটোটাল

একটি জলপ্রপাত চার্ট সিরিজের জন্য একটি কাস্টম সাবটোটাল কলাম।

JSON প্রতিনিধিত্ব
{
  "subtotalIndex": integer,
  "label": string,
  "dataIsSubtotal": boolean
}
ক্ষেত্র
subtotalIndex

integer

সিরিজের মধ্যে একটি ডেটা পয়েন্টের শূন্য-ভিত্তিক সূচক। dataIsSubtotal সত্য হলে, এই সূচকের ডেটা পয়েন্ট হল সাবটোটাল। অন্যথায়, এই সূচক সহ ডেটা পয়েন্টের পরে সাবটোটাল প্রদর্শিত হবে। একটি সিরিজের নির্বিচারে সূচকে একাধিক সাবটোটাল থাকতে পারে, কিন্তু সাবটোটাল ডেটা পয়েন্টের সূচকগুলিকে প্রভাবিত করে না। উদাহরণস্বরূপ, যদি একটি সিরিজে তিনটি ডেটা পয়েন্ট থাকে, তাহলে তাদের সূচকগুলি সর্বদা 0, 1, এবং 2 হবে, সিরিজে কতগুলি সাবটোটাল রয়েছে বা তারা কোন ডেটা পয়েন্টের সাথে যুক্ত তা নির্বিশেষে।

label

string

সাবটোটাল কলামের জন্য একটি লেবেল।

dataIsSubtotal

boolean

subtotalIndex ডেটা পয়েন্ট যদি সাবটোটাল হয় তাহলে সত্য। মিথ্যা হলে, সাবটোটাল গণনা করা হবে এবং ডেটা পয়েন্টের পরে প্রদর্শিত হবে।

WaterfallChartStackedType

জলপ্রপাত চার্টের জন্য স্ট্যাকড টাইপ বিকল্প।

এনামস
WATERFALL_STACKED_TYPE_UNSPECIFIED ডিফল্ট মান, ব্যবহার করবেন না।
STACKED একই ডোমেনের (অনুভূমিক অক্ষ) মানগুলির সাথে সম্পর্কিত মানগুলি উল্লম্বভাবে স্ট্যাক করা হবে৷
SEQUENTIAL সিরিজটি অনুভূমিক অক্ষ বরাবর ছড়িয়ে পড়বে।

TreemapChartSpec

একটি ট্রিম্যাপ চার্ট

JSON প্রতিনিধিত্ব
{
  "labels": {
    object (ChartData)
  },
  "parentLabels": {
    object (ChartData)
  },
  "sizeData": {
    object (ChartData)
  },
  "colorData": {
    object (ChartData)
  },
  "textFormat": {
    object (TextFormat)
  },
  "levels": integer,
  "hintedLevels": integer,
  "minValue": number,
  "maxValue": number,
  "headerColor": {
    object (Color)
  },
  "headerColorStyle": {
    object (ColorStyle)
  },
  "colorScale": {
    object (TreemapChartColorScale)
  },
  "hideTooltips": boolean
}
ক্ষেত্র
labels

object ( ChartData )

যে ডেটাতে ট্রিম্যাপ সেল লেবেল রয়েছে৷

parentLabels

object ( ChartData )

যে ডেটাতে ট্রিম্যাপ কোষের মূল লেবেল রয়েছে৷

sizeData

object ( ChartData )

প্রতিটি ট্রিম্যাপ ডেটা সেলের আকার নির্ধারণ করে এমন ডেটা। এই তথ্য সংখ্যাসূচক হতে প্রত্যাশিত. অ-সংখ্যাসূচক বা অনুপস্থিত ডেটার সাথে সম্পর্কিত কক্ষগুলি রেন্ডার করা হবে না৷ যদি colorData নির্দিষ্ট করা না থাকে, এই ডেটাটি ডেটা সেলের পটভূমির রঙগুলিও নির্ধারণ করতে ব্যবহৃত হয়।

colorData

object ( ChartData )

প্রতিটি ট্রিম্যাপ ডেটা সেলের পটভূমির রঙ নির্ধারণ করে এমন ডেটা। এই ক্ষেত্রটি ঐচ্ছিক। নির্দিষ্ট না থাকলে, sizeData ব্যাকগ্রাউন্ডের রং নির্ধারণ করতে ব্যবহার করা হয়। উল্লেখ করা হলে, তথ্য সংখ্যাসূচক হতে প্রত্যাশিত. colorScale নির্ধারণ করবে কিভাবে এই ডেটা মানচিত্রের মানগুলি ডেটা সেলের পটভূমির রঙে।

textFormat

object ( TextFormat )

চার্টে সমস্ত লেবেলের জন্য পাঠ্য বিন্যাস। লিঙ্ক ক্ষেত্র সমর্থিত নয়.

levels

integer

ট্রিম্যাপ চার্টে দেখানোর জন্য ডেটা লেভেলের সংখ্যা। এই স্তরগুলি ইন্টারেক্টিভ এবং তাদের লেবেলগুলির সাথে দেখানো হয়৷ নির্দিষ্ট না থাকলে ডিফল্ট 2।

hintedLevels

integer

ট্রিম্যাপ চার্টে দেখানোর জন্য লেবেলযুক্ত স্তরের বাইরে অতিরিক্ত ডেটা স্তরের সংখ্যা৷ এই স্তরগুলি ইন্টারেক্টিভ নয় এবং তাদের লেবেল ছাড়াই দেখানো হয়৷ নির্দিষ্ট না থাকলে ডিফল্ট 0।

minValue

number

ন্যূনতম সম্ভাব্য ডেটা মান। এর থেকে কম মানের কক্ষের রঙ এই মানের কক্ষের মতোই হবে। নির্দিষ্ট করা না থাকলে, colorData থেকে প্রকৃত ন্যূনতম মান ডিফল্ট হয়, অথবা colorData নির্দিষ্ট না থাকলে sizeData থেকে ন্যূনতম মান।

maxValue

number

সর্বাধিক সম্ভাব্য ডেটা মান। এর থেকে বেশি মানের কক্ষের রঙ এই মানের কক্ষের মতোই হবে। নির্দিষ্ট করা না থাকলে, colorData থেকে প্রকৃত সর্বোচ্চ মান ডিফল্ট, অথবা colorData নির্দিষ্ট না থাকলে sizeData থেকে সর্বোচ্চ মান।

headerColor
(deprecated)

object ( Color )

হেডার কক্ষের জন্য পটভূমির রঙ। বাতিল করা হয়েছে: headerColorStyle ব্যবহার করুন।

headerColorStyle

object ( ColorStyle )

হেডার কক্ষের জন্য পটভূমির রঙ। headerColor সেট করা থাকলে, এই ক্ষেত্রটি অগ্রাধিকার পায়।

colorScale

object ( TreemapChartColorScale )

ট্রিম্যাপ চার্টে ডেটা সেলের রঙের স্কেল। ডেটা সেলগুলিকে তাদের রঙের মানের উপর ভিত্তি করে রং দেওয়া হয়। এই রঙের মানগুলি colorData থেকে বা sizeData থেকে আসে যদি colorData নির্দিষ্ট করা না থাকে। minValue থেকে কম বা সমান রঙের মান সহ কক্ষগুলির পটভূমির রঙ হিসাবে minValueColor থাকবে৷ maxValue থেকে বেশি বা সমান রঙের মান সহ কক্ষগুলির পটভূমির রঙ হিসাবে maxValueColor থাকবে৷ minValue এবং maxValue এর মধ্যে রঙের মান সহ কক্ষগুলিতে minValueColor এবং maxValueColor এর মধ্যে একটি গ্রেডিয়েন্টে পটভূমির রঙ থাকবে, গ্রেডিয়েন্টের মধ্যবিন্দুটি midValueColor । অনুপস্থিত বা অ-সাংখ্যিক রঙের মান সহ কক্ষগুলির পটভূমির রঙ হিসাবে noDataColor থাকবে।

hideTooltips

boolean

টুলটিপ লুকানোর জন্য সত্য।

TreemapChartColorScale

একটি ট্রিম্যাপ চার্টের জন্য একটি রঙের স্কেল।

JSON প্রতিনিধিত্ব
{
  "minValueColor": {
    object (Color)
  },
  "minValueColorStyle": {
    object (ColorStyle)
  },
  "midValueColor": {
    object (Color)
  },
  "midValueColorStyle": {
    object (ColorStyle)
  },
  "maxValueColor": {
    object (Color)
  },
  "maxValueColorStyle": {
    object (ColorStyle)
  },
  "noDataColor": {
    object (Color)
  },
  "noDataColorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
minValueColor
(deprecated)

object ( Color )

minValue এর থেকে কম বা সমান রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে ডিফল্ট #dc3912। বাতিল করা হয়েছে: minValueColorStyle ব্যবহার করুন।

minValueColorStyle

object ( ColorStyle )

minValue এর থেকে কম বা সমান রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে ডিফল্ট #dc3912। যদি minValueColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পাবে।

midValueColor
(deprecated)

object ( Color )

minValue এবং maxValue এর মধ্যে মধ্যবিন্দুতে একটি রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে ডিফল্ট #efe6dc. বাতিল করা হয়েছে: midValueColorStyle ব্যবহার করুন।

midValueColorStyle

object ( ColorStyle )

minValue এবং maxValue এর মধ্যে মধ্যবিন্দুতে একটি রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে ডিফল্ট #efe6dc. যদি midValueColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পাবে।

maxValueColor
(deprecated)

object ( Color )

maxValue এর থেকে বেশি বা সমান রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে #109618 এ ডিফল্ট। বাতিল করা হয়েছে: maxValueColorStyle ব্যবহার করুন।

maxValueColorStyle

object ( ColorStyle )

maxValue এর থেকে বেশি বা সমান রঙের মান সহ ঘরগুলির জন্য পটভূমির রঙ৷ নির্দিষ্ট না থাকলে #109618 এ ডিফল্ট। maxValueColor ও সেট করা থাকলে, এই ক্ষেত্রটি অগ্রাধিকার পায়।

noDataColor
(deprecated)

object ( Color )

কক্ষগুলির পটভূমির রঙ যেগুলির সাথে কোনও রঙের ডেটা যুক্ত নেই৷ নির্দিষ্ট না থাকলে #000000 এ ডিফল্ট। বাতিল করা হয়েছে: noDataColorStyle ব্যবহার করুন।

noDataColorStyle

object ( ColorStyle )

কক্ষগুলির পটভূমির রঙ যেগুলির সাথে কোনও রঙের ডেটা যুক্ত নেই৷ নির্দিষ্ট না থাকলে #000000 এ ডিফল্ট। যদি noDataColor ও সেট করা থাকে, তাহলে এই ক্ষেত্রটি অগ্রাধিকার পায়।

স্কোরকার্ডচার্টস্পেক

একটি স্কোরকার্ড চার্ট। স্কোরকার্ড চার্টগুলি স্প্রেডশীটে KPIs নামে পরিচিত মূল কর্মক্ষমতা সূচকগুলিকে হাইলাইট করতে ব্যবহৃত হয়। একটি স্কোরকার্ড চার্ট মোট বিক্রয়, গড় খরচ, বা একটি শীর্ষ বিক্রয় আইটেমের মত জিনিসগুলিকে উপস্থাপন করতে পারে। আপনি একটি একক ডেটা মান নির্দিষ্ট করতে পারেন, বা ডেটার একটি পরিসরে একত্রিত করতে পারেন৷ একটি বেসলাইন মান থেকে শতাংশ বা পরম পার্থক্য হাইলাইট করা যেতে পারে, যেমন সময়ের পরিবর্তন।

JSON প্রতিনিধিত্ব
{
  "keyValueData": {
    object (ChartData)
  },
  "baselineValueData": {
    object (ChartData)
  },
  "aggregateType": enum (ChartAggregateType),
  "keyValueFormat": {
    object (KeyValueFormat)
  },
  "baselineValueFormat": {
    object (BaselineValueFormat)
  },
  "scaleFactor": number,
  "numberFormatSource": enum (ChartNumberFormatSource),
  "customFormatOptions": {
    object (ChartCustomNumberFormatOptions)
  }
}
ক্ষেত্র
keyValueData

object ( ChartData )

স্কোরকার্ড কী মানের ডেটা।

baselineValueData

object ( ChartData )

স্কোরকার্ড বেসলাইন মানের জন্য ডেটা। এই ক্ষেত্রটি ঐচ্ছিক।

aggregateType

enum ( ChartAggregateType )

স্কোরকার্ড চার্টে কী এবং বেসলাইন চার্ট ডেটার জন্য একত্রিতকরণের ধরন। এই ক্ষেত্রটি ডেটা উৎস চার্টের জন্য সমর্থিত নয়। ডেটা উৎস চার্টের পরিবর্তে keyValueData বা baselineValueData এর ChartData.aggregateType ক্ষেত্রটি ব্যবহার করুন। এই ক্ষেত্রটি ঐচ্ছিক।

keyValueFormat

object ( KeyValueFormat )

মূল মানের জন্য ফরম্যাটিং বিকল্প।

baselineValueFormat

object ( BaselineValueFormat )

বেসলাইন মানের জন্য ফর্ম্যাটিং বিকল্প। baselineValueData নির্দিষ্ট করা থাকলেই এই ক্ষেত্রটি প্রয়োজন।

scaleFactor

number

স্কোরকার্ড কী এবং বেসলাইন মান স্কেলের মান। উদাহরণস্বরূপ, 10 এর একটি ফ্যাক্টর চার্টের সমস্ত মানকে 10 দ্বারা ভাগ করতে ব্যবহার করা যেতে পারে। এই ক্ষেত্রটি ঐচ্ছিক।

numberFormatSource

enum ( ChartNumberFormatSource )

স্কোরকার্ড চার্টে ব্যবহৃত নম্বর বিন্যাসের উৎস। এই ক্ষেত্রটি ঐচ্ছিক।

customFormatOptions

object ( ChartCustomNumberFormatOptions )

স্কোরকার্ড চার্টে সাংখ্যিক কী/বেসলাইন মানের জন্য কাস্টম ফর্ম্যাটিং বিকল্প। This field is used only when numberFormatSource is set to CUSTOM . This field is optional.

KeyValueFormat

Formatting options for key value.

JSON প্রতিনিধিত্ব
{
  "textFormat": {
    object (TextFormat)
  },
  "position": {
    object (TextPosition)
  }
}
ক্ষেত্র
textFormat

object ( TextFormat )

Text formatting options for key value. The link field is not supported.

position

object ( TextPosition )

Specifies the horizontal text positioning of key value. This field is optional. If not specified, default positioning is used.

BaselineValueFormat

Formatting options for baseline value.

JSON প্রতিনিধিত্ব
{
  "comparisonType": enum (ComparisonType),
  "textFormat": {
    object (TextFormat)
  },
  "position": {
    object (TextPosition)
  },
  "description": string,
  "positiveColor": {
    object (Color)
  },
  "positiveColorStyle": {
    object (ColorStyle)
  },
  "negativeColor": {
    object (Color)
  },
  "negativeColorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
comparisonType

enum ( ComparisonType )

The comparison type of key value with baseline value.

textFormat

object ( TextFormat )

Text formatting options for baseline value. The link field is not supported.

position

object ( TextPosition )

Specifies the horizontal text positioning of baseline value. This field is optional. If not specified, default positioning is used.

description

string

Description which is appended after the baseline value. This field is optional.

positiveColor
(deprecated)

object ( Color )

Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positiveColorStyle .

positiveColorStyle

object ( ColorStyle )

Color to be used, in case baseline value represents a positive change for key value. This field is optional. If positiveColor is also set, this field takes precedence.

negativeColor
(deprecated)

object ( Color )

Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negativeColorStyle .

negativeColorStyle

object ( ColorStyle )

Color to be used, in case baseline value represents a negative change for key value. This field is optional. If negativeColor is also set, this field takes precedence.

ComparisonType

The comparison type of key value with baseline value.

এনামস
COMPARISON_TYPE_UNDEFINED Default value, do not use.
ABSOLUTE_DIFFERENCE Use absolute difference between key and baseline value.
PERCENTAGE_DIFFERENCE Use percentage difference between key and baseline value.

ChartNumberFormatSource

The number formatting source options for chart attributes.

এনামস
CHART_NUMBER_FORMAT_SOURCE_UNDEFINED Default value, do not use.
FROM_DATA Inherit number formatting from data.
CUSTOM Apply custom formatting as specified by ChartCustomNumberFormatOptions .

ChartCustomNumberFormatOptions

Custom number formatting options for chart attributes.

JSON প্রতিনিধিত্ব
{
  "prefix": string,
  "suffix": string
}
ক্ষেত্র
prefix

string

Custom prefix to be prepended to the chart attribute. This field is optional.

suffix

string

Custom suffix to be appended to the chart attribute. This field is optional.

ChartHiddenDimensionStrategy

Determines how charts should handle source rows that are hidden. Hidden rows include both manually hidden and hidden by a filter.

এনামস
CHART_HIDDEN_DIMENSION_STRATEGY_UNSPECIFIED Default value, do not use.
SKIP_HIDDEN_ROWS_AND_COLUMNS Charts will skip hidden rows and columns.
SKIP_HIDDEN_ROWS Charts will skip hidden rows only.
SKIP_HIDDEN_COLUMNS Charts will skip hidden columns only.
SHOW_ALL Charts will not skip any hidden rows or columns.

EmbeddedObjectBorder

A border along an embedded object.

JSON প্রতিনিধিত্ব
{
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
color
(deprecated)

object ( Color )

The color of the border. Deprecated: Use colorStyle .

colorStyle

object ( ColorStyle )

The color of the border. If color is also set, this field takes precedence.

,

EmbeddedChart

A chart embedded in a sheet.

JSON প্রতিনিধিত্ব
{
  "chartId": integer,
  "spec": {
    object (ChartSpec)
  },
  "position": {
    object (EmbeddedObjectPosition)
  },
  "border": {
    object (EmbeddedObjectBorder)
  }
}
ক্ষেত্র
chartId

integer

The ID of the chart.

spec

object ( ChartSpec )

The specification of the chart.

position

object ( EmbeddedObjectPosition )

The position of the chart.

border

object ( EmbeddedObjectBorder )

The border of the chart.

ChartSpec

The specifications of a chart.

JSON প্রতিনিধিত্ব
{
  "title": string,
  "altText": string,
  "titleTextFormat": {
    object (TextFormat)
  },
  "titleTextPosition": {
    object (TextPosition)
  },
  "subtitle": string,
  "subtitleTextFormat": {
    object (TextFormat)
  },
  "subtitleTextPosition": {
    object (TextPosition)
  },
  "fontName": string,
  "maximized": boolean,
  "backgroundColor": {
    object (Color)
  },
  "backgroundColorStyle": {
    object (ColorStyle)
  },
  "dataSourceChartProperties": {
    object (DataSourceChartProperties)
  },
  "filterSpecs": [
    {
      object (FilterSpec)
    }
  ],
  "sortSpecs": [
    {
      object (SortSpec)
    }
  ],
  "hiddenDimensionStrategy": enum (ChartHiddenDimensionStrategy),

  // Union field chart can be only one of the following:
  "basicChart": {
    object (BasicChartSpec)
  },
  "pieChart": {
    object (PieChartSpec)
  },
  "bubbleChart": {
    object (BubbleChartSpec)
  },
  "candlestickChart": {
    object (CandlestickChartSpec)
  },
  "orgChart": {
    object (OrgChartSpec)
  },
  "histogramChart": {
    object (HistogramChartSpec)
  },
  "waterfallChart": {
    object (WaterfallChartSpec)
  },
  "treemapChart": {
    object (TreemapChartSpec)
  },
  "scorecardChart": {
    object (ScorecardChartSpec)
  }
  // End of list of possible types for union field chart.
}
ক্ষেত্র
title

string

The title of the chart.

altText

string

The alternative text that describes the chart. This is often used for accessibility.

titleTextFormat

object ( TextFormat )

The title text format. Strikethrough, underline, and link are not supported.

titleTextPosition

object ( TextPosition )

The title text position. This field is optional.

subtitle

string

The subtitle of the chart.

subtitleTextFormat

object ( TextFormat )

The subtitle text format. Strikethrough, underline, and link are not supported.

subtitleTextPosition

object ( TextPosition )

The subtitle text position. This field is optional.

fontName

string

The name of the font to use by default for all chart text (eg title, axis labels, legend). If a font is specified for a specific part of the chart it will override this font name.

maximized

boolean

True to make a chart fill the entire space in which it's rendered with minimum padding. False to use the default padding. (Not applicable to Geo and Org charts.)

backgroundColor
(deprecated)

object ( Color )

The background color of the entire chart. Not applicable to Org charts. Deprecated: Use backgroundColorStyle .

backgroundColorStyle

object ( ColorStyle )

The background color of the entire chart. Not applicable to Org charts. If backgroundColor is also set, this field takes precedence.

dataSourceChartProperties

object ( DataSourceChartProperties )

If present, the field contains data source chart specific properties.

filterSpecs[]

object ( FilterSpec )

The filters applied to the source data of the chart. Only supported for data source charts.

sortSpecs[]

object ( SortSpec )

The order to sort the chart data by. Only a single sort spec is supported. Only supported for data source charts.

hiddenDimensionStrategy

enum ( ChartHiddenDimensionStrategy )

Determines how the charts will use hidden rows or columns.

Union field chart . The specific chart specification, exactly one value must be set. chart can be only one of the following:
basicChart

object ( BasicChartSpec )

A basic chart specification, can be one of many kinds of charts. See BasicChartType for the list of all charts this supports.

pieChart

object ( PieChartSpec )

A pie chart specification.

bubbleChart

object ( BubbleChartSpec )

A bubble chart specification.

candlestickChart

object ( CandlestickChartSpec )

A candlestick chart specification.

orgChart

object ( OrgChartSpec )

An org chart specification.

histogramChart

object ( HistogramChartSpec )

A histogram chart specification.

waterfallChart

object ( WaterfallChartSpec )

A waterfall chart specification.

treemapChart

object ( TreemapChartSpec )

A treemap chart specification.

scorecardChart

object ( ScorecardChartSpec )

A scorecard chart specification.

TextPosition

Position settings for text.

JSON প্রতিনিধিত্ব
{
  "horizontalAlignment": enum (HorizontalAlign)
}
ক্ষেত্র
horizontalAlignment

enum ( HorizontalAlign )

Horizontal alignment setting for the piece of text.

DataSourceChartProperties

Properties of a data source chart.

JSON প্রতিনিধিত্ব
{
  "dataSourceId": string,
  "dataExecutionStatus": {
    object (DataExecutionStatus)
  }
}
ক্ষেত্র
dataSourceId

string

ID of the data source that the chart is associated with.

dataExecutionStatus

object ( DataExecutionStatus )

শুধুমাত্র আউটপুট। The data execution status.

BasicChartSpec

The specification for a basic chart. See BasicChartType for the list of charts this supports.

JSON প্রতিনিধিত্ব
{
  "chartType": enum (BasicChartType),
  "legendPosition": enum (BasicChartLegendPosition),
  "axis": [
    {
      object (BasicChartAxis)
    }
  ],
  "domains": [
    {
      object (BasicChartDomain)
    }
  ],
  "series": [
    {
      object (BasicChartSeries)
    }
  ],
  "headerCount": integer,
  "threeDimensional": boolean,
  "interpolateNulls": boolean,
  "stackedType": enum (BasicChartStackedType),
  "lineSmoothing": boolean,
  "compareMode": enum (BasicChartCompareMode),
  "totalDataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
chartType

enum ( BasicChartType )

The type of the chart.

legendPosition

enum ( BasicChartLegendPosition )

The position of the chart legend.

axis[]

object ( BasicChartAxis )

The axis on the chart.

domains[]

object ( BasicChartDomain )

The domain of data this is charting. Only a single domain is supported.

series[]

object ( BasicChartSeries )

The data this chart is visualizing.

headerCount

integer

The number of rows or columns in the data that are "headers". If not set, Google Sheets will guess how many rows are headers based on the data.

(Note that BasicChartAxis.title may override the axis title inferred from the header values.)

threeDimensional

boolean

True to make the chart 3D. Applies to Bar and Column charts.

interpolateNulls

boolean

If some values in a series are missing, gaps may appear in the chart (eg, segments of lines in a line chart will be missing). To eliminate these gaps set this to true. Applies to Line, Area, and Combo charts.

stackedType

enum ( BasicChartStackedType )

The stacked type for charts that support vertical stacking. Applies to Area, Bar, Column, Combo, and Stepped Area charts.

lineSmoothing

boolean

Gets whether all lines should be rendered smooth or straight by default. Applies to Line charts.

compareMode

enum ( BasicChartCompareMode )

The behavior of tooltips and data highlighting when hovering on data and chart area.

totalDataLabel

object ( DataLabel )

Controls whether to display additional data labels on stacked charts which sum the total value of all stacked values at each value along the domain axis. These data labels can only be set when chartType is one of AREA , BAR , COLUMN , COMBO or STEPPED_AREA and stackedType is either STACKED or PERCENT_STACKED . In addition, for COMBO , this will only be supported if there is only one type of stackable series type or one type has more series than the others and each of the other types have no more than one series. For example, if a chart has two stacked bar series and one area series, the total data labels will be supported. If it has three bar series and two area series, total data labels are not allowed. Neither CUSTOM nor placement can be set on the totalDataLabel .

BasicChartType

How the chart should be visualized.

এনামস
BASIC_CHART_TYPE_UNSPECIFIED Default value, do not use.
BAR A bar chart .
LINE A line chart .
AREA An area chart .
COLUMN A column chart .
SCATTER A scatter chart .
COMBO A combo chart .
STEPPED_AREA A stepped area chart .

BasicChartLegendPosition

Where the legend of the chart should be positioned.

এনামস
BASIC_CHART_LEGEND_POSITION_UNSPECIFIED Default value, do not use.
BOTTOM_LEGEND The legend is rendered on the bottom of the chart.
LEFT_LEGEND The legend is rendered on the left of the chart.
RIGHT_LEGEND The legend is rendered on the right of the chart.
TOP_LEGEND The legend is rendered on the top of the chart.
NO_LEGEND No legend is rendered.

BasicChartAxis

An axis of the chart. A chart may not have more than one axis per axis position .

JSON প্রতিনিধিত্ব
{
  "position": enum (BasicChartAxisPosition),
  "title": string,
  "format": {
    object (TextFormat)
  },
  "titleTextPosition": {
    object (TextPosition)
  },
  "viewWindowOptions": {
    object (ChartAxisViewWindowOptions)
  }
}
ক্ষেত্র
position

enum ( BasicChartAxisPosition )

The position of this axis.

title

string

The title of this axis. If set, this overrides any title inferred from headers of the data.

format

object ( TextFormat )

The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported.

titleTextPosition

object ( TextPosition )

The axis title text position.

viewWindowOptions

object ( ChartAxisViewWindowOptions )

The view window options for this axis.

BasicChartAxisPosition

The position of a chart axis.

এনামস
BASIC_CHART_AXIS_POSITION_UNSPECIFIED Default value, do not use.
BOTTOM_AXIS The axis rendered at the bottom of a chart. For most charts, this is the standard major axis. For bar charts, this is a minor axis.
LEFT_AXIS The axis rendered at the left of a chart. For most charts, this is a minor axis. For bar charts, this is the standard major axis.
RIGHT_AXIS The axis rendered at the right of a chart. For most charts, this is a minor axis. For bar charts, this is an unusual major axis.

ChartAxisViewWindowOptions

The options that define a "view window" for a chart (such as the visible values in an axis).

JSON প্রতিনিধিত্ব
{
  "viewWindowMin": number,
  "viewWindowMax": number,
  "viewWindowMode": enum (ViewWindowMode)
}
ক্ষেত্র
viewWindowMin

number

The minimum numeric value to be shown in this view window. If unset, will automatically determine a minimum value that looks good for the data.

viewWindowMax

number

The maximum numeric value to be shown in this view window. If unset, will automatically determine a maximum value that looks good for the data.

viewWindowMode

enum ( ViewWindowMode )

The view window's mode.

ViewWindowMode

The view window's mode. It defines how to treat the min and max of the view window.

এনামস
DEFAULT_VIEW_WINDOW_MODE The default view window mode used in the Sheets editor for this chart type. In most cases, if set, the default mode is equivalent to PRETTY .
VIEW_WINDOW_MODE_UNSUPPORTED Do not use. Represents that the currently set mode is not supported by the API.
EXPLICIT Follows the min and max exactly if specified. If a value is unspecified, it will fall back to the PRETTY value.
PRETTY Chooses a min and max that make the chart look good. Both min and max are ignored in this mode.

BasicChartDomain

The domain of a chart. For example, if charting stock prices over time, this would be the date.

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
domain

object ( ChartData )

The data of the domain. For example, if charting stock prices over time, this is the data representing the dates.

reversed

boolean

True to reverse the order of the domain values (horizontal axis).

ChartData

The data included in a domain or series.

JSON প্রতিনিধিত্ব
{
  "groupRule": {
    object (ChartGroupRule)
  },
  "aggregateType": enum (ChartAggregateType),

  // Union field type can be only one of the following:
  "sourceRange": {
    object (ChartSourceRange)
  },
  "columnReference": {
    object (DataSourceColumnReference)
  }
  // End of list of possible types for union field type.
}
ক্ষেত্র
groupRule

object ( ChartGroupRule )

The rule to group the data by if the ChartData backs the domain of a data source chart. Only supported for data source charts.

aggregateType

enum ( ChartAggregateType )

The aggregation type for the series of a data source chart. Only supported for data source charts.

Union field type . The type of data included, exactly one value must be set. type can be only one of the following:
sourceRange

object ( ChartSourceRange )

The source ranges of the data.

columnReference

object ( DataSourceColumnReference )

The reference to the data source column that the data reads from.

ChartSourceRange

Source ranges for a chart.

JSON প্রতিনিধিত্ব
{
  "sources": [
    {
      object (GridRange)
    }
  ]
}
ক্ষেত্র
sources[]

object ( GridRange )

The ranges of data for a series or domain. Exactly one dimension must have a length of 1, and all sources in the list must have the same dimension with length 1. The domain (if it exists) & all series must have the same number of source ranges. If using more than one source range, then the source range at a given offset must be in order and contiguous across the domain and series.

For example, these are valid configurations:

domain sources: A1:A5
series1 sources: B1:B5
series2 sources: D6:D10

domain sources: A1:A5, C10:C12
series1 sources: B1:B5, D10:D12
series2 sources: C1:C5, E10:E12

ChartGroupRule

An optional setting on the ChartData of the domain of a data source chart that defines buckets for the values in the domain rather than breaking out each individual value.

For example, when plotting a data source chart, you can specify a histogram rule on the domain (it should only contain numeric values), grouping its values into buckets. Any values of a chart series that fall into the same bucket are aggregated based on the aggregateType .

JSON প্রতিনিধিত্ব
{

  // Union field rule can be only one of the following:
  "dateTimeRule": {
    object (ChartDateTimeRule)
  },
  "histogramRule": {
    object (ChartHistogramRule)
  }
  // End of list of possible types for union field rule.
}
ক্ষেত্র
Union field rule . The rule to apply to the ChartData . rule can be only one of the following:
dateTimeRule

object ( ChartDateTimeRule )

A ChartDateTimeRule .

histogramRule

object ( ChartHistogramRule )

A ChartHistogramRule

ChartDateTimeRule

Allows you to organize the date-time values in a source data column into buckets based on selected parts of their date or time values.

JSON প্রতিনিধিত্ব
{
  "type": enum (ChartDateTimeRuleType)
}
ক্ষেত্র
type

enum ( ChartDateTimeRuleType )

The type of date-time grouping to apply.

ChartDateTimeRuleType

The available types of date-time grouping rules.

এনামস
CHART_DATE_TIME_RULE_TYPE_UNSPECIFIED The default type, do not use.
SECOND Group dates by second, from 0 to 59.
MINUTE Group dates by minute, from 0 to 59.
HOUR Group dates by hour using a 24-hour system, from 0 to 23.
HOUR_MINUTE Group dates by hour and minute using a 24-hour system, for example 19:45.
HOUR_MINUTE_AMPM Group dates by hour and minute using a 12-hour system, for example 7:45 PM. The AM/PM designation is translated based on the spreadsheet locale.
DAY_OF_WEEK Group dates by day of week, for example Sunday. The days of the week will be translated based on the spreadsheet locale.
DAY_OF_YEAR Group dates by day of year, from 1 to 366. Note that dates after Feb. 29 fall in different buckets in leap years than in non-leap years.
DAY_OF_MONTH Group dates by day of month, from 1 to 31.
DAY_MONTH Group dates by day and month, for example 22-Nov. The month is translated based on the spreadsheet locale.
MONTH Group dates by month, for example Nov. The month is translated based on the spreadsheet locale.
QUARTER Group dates by quarter, for example Q1 (which represents Jan-Mar).
YEAR Group dates by year, for example 2008.
YEAR_MONTH Group dates by year and month, for example 2008-Nov. The month is translated based on the spreadsheet locale.
YEAR_QUARTER Group dates by year and quarter, for example 2008 Q4.
YEAR_MONTH_DAY Group dates by year, month, and day, for example 2008-11-22.

ChartHistogramRule

Allows you to organize numeric values in a source data column into buckets of constant size.

JSON প্রতিনিধিত্ব
{
  "minValue": number,
  "maxValue": number,
  "intervalSize": number
}
ক্ষেত্র
minValue

number

The minimum value at which items are placed into buckets. Values that are less than the minimum are grouped into a single bucket. If omitted, it is determined by the minimum item value.

maxValue

number

The maximum value at which items are placed into buckets. Values greater than the maximum are grouped into a single bucket. If omitted, it is determined by the maximum item value.

intervalSize

number

The size of the buckets that are created. Must be positive.

ChartAggregateType

The type of aggregation for chart series.

এনামস
CHART_AGGREGATE_TYPE_UNSPECIFIED Default value, do not use.
AVERAGE Average aggregate function.
COUNT Count aggregate function.
MAX Maximum aggregate function.
MEDIAN Median aggregate function.
MIN Minimum aggregate function.
SUM Sum aggregate function.

BasicChartSeries

A single series of data in a chart. For example, if charting stock prices over time, multiple series may exist, one for the "Open Price", "High Price", "Low Price" and "Close Price".

JSON প্রতিনিধিত্ব
{
  "series": {
    object (ChartData)
  },
  "targetAxis": enum (BasicChartAxisPosition),
  "type": enum (BasicChartType),
  "lineStyle": {
    object (LineStyle)
  },
  "dataLabel": {
    object (DataLabel)
  },
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  },
  "pointStyle": {
    object (PointStyle)
  },
  "styleOverrides": [
    {
      object (BasicSeriesDataPointStyleOverride)
    }
  ]
}
ক্ষেত্র
series

object ( ChartData )

The data being visualized in this chart series.

targetAxis

enum ( BasicChartAxisPosition )

The minor axis that will specify the range of values for this series. For example, if charting stocks over time, the "Volume" series may want to be pinned to the right with the prices pinned to the left, because the scale of trading volume is different than the scale of prices. It is an error to specify an axis that isn't a valid minor axis for the chart's type .

type

enum ( BasicChartType )

The type of this series. Valid only if the chartType is COMBO . Different types will change the way the series is visualized. Only LINE , AREA , and COLUMN are supported.

lineStyle

object ( LineStyle )

The line style of this series. Valid only if the chartType is AREA , LINE , or SCATTER . COMBO charts are also supported if the series chart type is AREA or LINE .

dataLabel

object ( DataLabel )

Information about the data labels for this series.

color
(deprecated)

object ( Color )

The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used. Deprecated: Use colorStyle .

colorStyle

object ( ColorStyle )

The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used. If color is also set, this field takes precedence.

pointStyle

object ( PointStyle )

The style for points associated with this series. Valid only if the chartType is AREA , LINE , or SCATTER . COMBO charts are also supported if the series chart type is AREA , LINE , or SCATTER . If empty, a default point style is used.

styleOverrides[]

object ( BasicSeriesDataPointStyleOverride )

Style override settings for series data points.

LineStyle

Properties that describe the style of a line.

JSON প্রতিনিধিত্ব
{
  "width": integer,
  "type": enum (LineDashType)
}
ক্ষেত্র
width

integer

The thickness of the line, in px.

type

enum ( LineDashType )

The dash type of the line.

LineDashType

The dash type of a line.

এনামস
LINE_DASH_TYPE_UNSPECIFIED Default value, do not use.
INVISIBLE No dash type, which is equivalent to a non-visible line.
CUSTOM A custom dash for a line. Modifying the exact custom dash style is currently unsupported.
SOLID A solid line.
DOTTED A dotted line.
MEDIUM_DASHED A dashed line where the dashes have "medium" length.
MEDIUM_DASHED_DOTTED A line that alternates between a "medium" dash and a dot.
LONG_DASHED A dashed line where the dashes have "long" length.
LONG_DASHED_DOTTED A line that alternates between a "long" dash and a dot.

DataLabel

Settings for one set of data labels. Data labels are annotations that appear next to a set of data, such as the points on a line chart, and provide additional information about what the data represents, such as a text representation of the value behind that point on the graph.

JSON প্রতিনিধিত্ব
{
  "type": enum (DataLabelType),
  "textFormat": {
    object (TextFormat)
  },
  "placement": enum (DataLabelPlacement),
  "customLabelData": {
    object (ChartData)
  }
}
ক্ষেত্র
type

enum ( DataLabelType )

The type of the data label.

textFormat

object ( TextFormat )

The text format used for the data label. The link field is not supported.

placement

enum ( DataLabelPlacement )

The placement of the data label relative to the labeled data.

customLabelData

object ( ChartData )

Data to use for custom labels. Only used if type is set to CUSTOM . This data must be the same length as the series or other element this data label is applied to. In addition, if the series is split into multiple source ranges, this source data must come from the next column in the source data. For example, if the series is B2:B4,E6:E8 then this data must come from C2:C4,F6:F8.

DataLabelType

The type of a data label.

এনামস
DATA_LABEL_TYPE_UNSPECIFIED The data label type is not specified and will be interpreted depending on the context of the data label within the chart.
NONE The data label is not displayed.
DATA The data label is displayed using values from the series data.
CUSTOM The data label is displayed using values from a custom data source indicated by customLabelData .

DataLabelPlacement

The placement of a data label relative to the labeled data.

এনামস
DATA_LABEL_PLACEMENT_UNSPECIFIED The positioning is determined automatically by the renderer.
CENTER Center within a bar or column, both horizontally and vertically.
LEFT To the left of a data point.
RIGHT To the right of a data point.
ABOVE Above a data point.
BELOW Below a data point.
INSIDE_END Inside a bar or column at the end (top if positive, bottom if negative).
INSIDE_BASE Inside a bar or column at the base.
OUTSIDE_END Outside a bar or column at the end.

PointStyle

The style of a point on the chart.

JSON প্রতিনিধিত্ব
{
  "size": number,
  "shape": enum (PointShape)
}
ক্ষেত্র
size

number

The point size. If empty, a default size is used.

shape

enum ( PointShape )

The point shape. If empty or unspecified, a default shape is used.

PointShape

The shape of a point.

এনামস
POINT_SHAPE_UNSPECIFIED Default value.
CIRCLE A circle shape.
DIAMOND A diamond shape.
HEXAGON A hexagon shape.
PENTAGON A pentagon shape.
SQUARE A square shape.
STAR A star shape.
TRIANGLE A triangle shape.
X_MARK An x-mark shape.

BasicSeriesDataPointStyleOverride

Style override settings for a single series data point.

JSON প্রতিনিধিত্ব
{
  "index": integer,
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  },
  "pointStyle": {
    object (PointStyle)
  }
}
ক্ষেত্র
index

integer

The zero-based index of the series data point.

color
(deprecated)

object ( Color )

Color of the series data point. If empty, the series default is used. Deprecated: Use colorStyle .

colorStyle

object ( ColorStyle )

Color of the series data point. If empty, the series default is used. If color is also set, this field takes precedence.

pointStyle

object ( PointStyle )

Point style of the series data point. Valid only if the chartType is AREA , LINE , or SCATTER . COMBO charts are also supported if the series chart type is AREA , LINE , or SCATTER . If empty, the series default is used.

BasicChartStackedType

When charts are stacked, range (vertical axis) values are rendered on top of one another rather than from the horizontal axis. For example, the two values 20 and 80 would be drawn from 0, with 80 being 80 units away from the horizontal axis. If they were stacked, 80 would be rendered from 20, putting it 100 units away from the horizontal axis.

এনামস
BASIC_CHART_STACKED_TYPE_UNSPECIFIED Default value, do not use.
NOT_STACKED Series are not stacked.
STACKED Series values are stacked, each value is rendered vertically beginning from the top of the value below it.
PERCENT_STACKED Vertical stacks are stretched to reach the top of the chart, with values laid out as percentages of each other.

BasicChartCompareMode

The compare mode type, which describes the behavior of tooltips and data highlighting when hovering on data and chart area.

এনামস
BASIC_CHART_COMPARE_MODE_UNSPECIFIED Default value, do not use.
DATUM Only the focused data element is highlighted and shown in the tooltip.
CATEGORY All data elements with the same category (eg, domain value) are highlighted and shown in the tooltip.

PieChartSpec

A pie chart .

JSON প্রতিনিধিত্ব
{
  "legendPosition": enum (PieChartLegendPosition),
  "domain": {
    object (ChartData)
  },
  "series": {
    object (ChartData)
  },
  "threeDimensional": boolean,
  "pieHole": number
}
ক্ষেত্র
legendPosition

enum ( PieChartLegendPosition )

Where the legend of the pie chart should be drawn.

domain

object ( ChartData )

The data that covers the domain of the pie chart.

series

object ( ChartData )

The data that covers the one and only series of the pie chart.

threeDimensional

boolean

True if the pie is three dimensional.

pieHole

number

The size of the hole in the pie chart.

PieChartLegendPosition

Where the legend of the chart should be positioned.

এনামস
PIE_CHART_LEGEND_POSITION_UNSPECIFIED Default value, do not use.
BOTTOM_LEGEND The legend is rendered on the bottom of the chart.
LEFT_LEGEND The legend is rendered on the left of the chart.
RIGHT_LEGEND The legend is rendered on the right of the chart.
TOP_LEGEND The legend is rendered on the top of the chart.
NO_LEGEND No legend is rendered.
LABELED_LEGEND Each pie slice has a label attached to it.

BubbleChartSpec

A bubble chart .

JSON প্রতিনিধিত্ব
{
  "legendPosition": enum (BubbleChartLegendPosition),
  "bubbleLabels": {
    object (ChartData)
  },
  "domain": {
    object (ChartData)
  },
  "series": {
    object (ChartData)
  },
  "groupIds": {
    object (ChartData)
  },
  "bubbleSizes": {
    object (ChartData)
  },
  "bubbleOpacity": number,
  "bubbleBorderColor": {
    object (Color)
  },
  "bubbleBorderColorStyle": {
    object (ColorStyle)
  },
  "bubbleMaxRadiusSize": integer,
  "bubbleMinRadiusSize": integer,
  "bubbleTextStyle": {
    object (TextFormat)
  }
}
ক্ষেত্র
legendPosition

enum ( BubbleChartLegendPosition )

Where the legend of the chart should be drawn.

bubbleLabels

object ( ChartData )

The data containing the bubble labels. These do not need to be unique.

domain

object ( ChartData )

The data containing the bubble x-values. These values locate the bubbles in the chart horizontally.

series

object ( ChartData )

The data containing the bubble y-values. These values locate the bubbles in the chart vertically.

groupIds

object ( ChartData )

The data containing the bubble group IDs. All bubbles with the same group ID are drawn in the same color. If bubbleSizes is specified then this field must also be specified but may contain blank values. This field is optional.

bubbleSizes

object ( ChartData )

The data containing the bubble sizes. Bubble sizes are used to draw the bubbles at different sizes relative to each other. If specified, groupIds must also be specified. This field is optional.

bubbleOpacity

number

The opacity of the bubbles between 0 and 1.0. 0 is fully transparent and 1 is fully opaque.

bubbleBorderColor
(deprecated)

object ( Color )

The bubble border color. Deprecated: Use bubbleBorderColorStyle .

bubbleBorderColorStyle

object ( ColorStyle )

The bubble border color. If bubbleBorderColor is also set, this field takes precedence.

bubbleMaxRadiusSize

integer

The max radius size of the bubbles, in pixels. If specified, the field must be a positive value.

bubbleMinRadiusSize

integer

The minimum radius size of the bubbles, in pixels. If specific, the field must be a positive value.

bubbleTextStyle

object ( TextFormat )

The format of the text inside the bubbles. Strikethrough, underline, and link are not supported.

BubbleChartLegendPosition

Where the legend of the chart should be positioned.

এনামস
BUBBLE_CHART_LEGEND_POSITION_UNSPECIFIED Default value, do not use.
BOTTOM_LEGEND The legend is rendered on the bottom of the chart.
LEFT_LEGEND The legend is rendered on the left of the chart.
RIGHT_LEGEND The legend is rendered on the right of the chart.
TOP_LEGEND The legend is rendered on the top of the chart.
NO_LEGEND No legend is rendered.
INSIDE_LEGEND The legend is rendered inside the chart area.

CandlestickChartSpec

A candlestick chart .

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (CandlestickDomain)
  },
  "data": [
    {
      object (CandlestickData)
    }
  ]
}
ক্ষেত্র
domain

object ( CandlestickDomain )

The domain data (horizontal axis) for the candlestick chart. String data will be treated as discrete labels, other data will be treated as continuous values.

data[]

object ( CandlestickData )

The Candlestick chart data. Only one CandlestickData is supported.

CandlestickDomain

The domain of a CandlestickChart.

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
data

object ( ChartData )

The data of the CandlestickDomain.

reversed

boolean

True to reverse the order of the domain values (horizontal axis).

CandlestickData

The Candlestick chart data, each containing the low, open, close, and high values for a series.

JSON প্রতিনিধিত্ব
{
  "lowSeries": {
    object (CandlestickSeries)
  },
  "openSeries": {
    object (CandlestickSeries)
  },
  "closeSeries": {
    object (CandlestickSeries)
  },
  "highSeries": {
    object (CandlestickSeries)
  }
}
ক্ষেত্র
lowSeries

object ( CandlestickSeries )

The range data (vertical axis) for the low/minimum value for each candle. This is the bottom of the candle's center line.

openSeries

object ( CandlestickSeries )

The range data (vertical axis) for the open/initial value for each candle. This is the bottom of the candle body. If less than the close value the candle will be filled. Otherwise the candle will be hollow.

closeSeries

object ( CandlestickSeries )

The range data (vertical axis) for the close/final value for each candle. This is the top of the candle body. If greater than the open value the candle will be filled. Otherwise the candle will be hollow.

highSeries

object ( CandlestickSeries )

The range data (vertical axis) for the high/maximum value for each candle. This is the top of the candle's center line.

CandlestickSeries

The series of a CandlestickData.

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  }
}
ক্ষেত্র
data

object ( ChartData )

The data of the CandlestickSeries.

OrgChartSpec

An org chart . Org charts require a unique set of labels in labels and may optionally include parentLabels and tooltips . parentLabels contain, for each node, the label identifying the parent node. tooltips contain, for each node, an optional tooltip.

For example, to describe an OrgChart with Alice as the CEO, Bob as the President (reporting to Alice) and Cathy as VP of Sales (also reporting to Alice), have labels contain "Alice", "Bob", "Cathy", parentLabels contain "", "Alice", "Alice" and tooltips contain "CEO", "President", "VP Sales".

JSON প্রতিনিধিত্ব
{
  "nodeSize": enum (OrgChartNodeSize),
  "nodeColor": {
    object (Color)
  },
  "nodeColorStyle": {
    object (ColorStyle)
  },
  "selectedNodeColor": {
    object (Color)
  },
  "selectedNodeColorStyle": {
    object (ColorStyle)
  },
  "labels": {
    object (ChartData)
  },
  "parentLabels": {
    object (ChartData)
  },
  "tooltips": {
    object (ChartData)
  }
}
ক্ষেত্র
nodeSize

enum ( OrgChartNodeSize )

The size of the org chart nodes.

nodeColor
(deprecated)

object ( Color )

The color of the org chart nodes. Deprecated: Use nodeColorStyle .

nodeColorStyle

object ( ColorStyle )

The color of the org chart nodes. If nodeColor is also set, this field takes precedence.

selectedNodeColor
(deprecated)

object ( Color )

The color of the selected org chart nodes. Deprecated: Use selectedNodeColorStyle .

selectedNodeColorStyle

object ( ColorStyle )

The color of the selected org chart nodes. If selectedNodeColor is also set, this field takes precedence.

labels

object ( ChartData )

The data containing the labels for all the nodes in the chart. Labels must be unique.

parentLabels

object ( ChartData )

The data containing the label of the parent for the corresponding node. A blank value indicates that the node has no parent and is a top-level node. This field is optional.

tooltips

object ( ChartData )

The data containing the tooltip for the corresponding node. A blank value results in no tooltip being displayed for the node. This field is optional.

OrgChartNodeSize

The size of the org chart nodes.

এনামস
ORG_CHART_LABEL_SIZE_UNSPECIFIED Default value, do not use.
SMALL The small org chart node size.
MEDIUM The medium org chart node size.
LARGE The large org chart node size.

HistogramChartSpec

A histogram chart . A histogram chart groups data items into bins, displaying each bin as a column of stacked items. Histograms are used to display the distribution of a dataset. Each column of items represents a range into which those items fall. The number of bins can be chosen automatically or specified explicitly.

JSON প্রতিনিধিত্ব
{
  "series": [
    {
      object (HistogramSeries)
    }
  ],
  "legendPosition": enum (HistogramChartLegendPosition),
  "showItemDividers": boolean,
  "bucketSize": number,
  "outlierPercentile": number
}
ক্ষেত্র
series[]

object ( HistogramSeries )

The series for a histogram may be either a single series of values to be bucketed or multiple series, each of the same length, containing the name of the series followed by the values to be bucketed for that series.

legendPosition

enum ( HistogramChartLegendPosition )

The position of the chart legend.

showItemDividers

boolean

Whether horizontal divider lines should be displayed between items in each column.

bucketSize

number

By default the bucket size (the range of values stacked in a single column) is chosen automatically, but it may be overridden here. Eg, A bucket size of 1.5 results in buckets from 0 - 1.5, 1.5 - 3.0, etc. Cannot be negative. This field is optional.

outlierPercentile

number

The outlier percentile is used to ensure that outliers do not adversely affect the calculation of bucket sizes. For example, setting an outlier percentile of 0.05 indicates that the top and bottom 5% of values when calculating buckets. The values are still included in the chart, they will be added to the first or last buckets instead of their own buckets. Must be between 0.0 and 0.5.

HistogramSeries

A histogram series containing the series color and data.

JSON প্রতিনিধিত্ব
{
  "barColor": {
    object (Color)
  },
  "barColorStyle": {
    object (ColorStyle)
  },
  "data": {
    object (ChartData)
  }
}
ক্ষেত্র
barColor
(deprecated)

object ( Color )

The color of the column representing this series in each bucket. This field is optional. Deprecated: Use barColorStyle .

barColorStyle

object ( ColorStyle )

The color of the column representing this series in each bucket. This field is optional. If barColor is also set, this field takes precedence.

data

object ( ChartData )

The data for this histogram series.

HistogramChartLegendPosition

Where the legend of the chart should be positioned.

এনামস
HISTOGRAM_CHART_LEGEND_POSITION_UNSPECIFIED Default value, do not use.
BOTTOM_LEGEND The legend is rendered on the bottom of the chart.
LEFT_LEGEND The legend is rendered on the left of the chart.
RIGHT_LEGEND The legend is rendered on the right of the chart.
TOP_LEGEND The legend is rendered on the top of the chart.
NO_LEGEND No legend is rendered.
INSIDE_LEGEND The legend is rendered inside the chart area.

WaterfallChartSpec

A waterfall chart.

JSON প্রতিনিধিত্ব
{
  "domain": {
    object (WaterfallChartDomain)
  },
  "series": [
    {
      object (WaterfallChartSeries)
    }
  ],
  "stackedType": enum (WaterfallChartStackedType),
  "firstValueIsTotal": boolean,
  "hideConnectorLines": boolean,
  "connectorLineStyle": {
    object (LineStyle)
  },
  "totalDataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
domain

object ( WaterfallChartDomain )

The domain data (horizontal axis) for the waterfall chart.

series[]

object ( WaterfallChartSeries )

The data this waterfall chart is visualizing.

stackedType

enum ( WaterfallChartStackedType )

The stacked type.

firstValueIsTotal

boolean

True to interpret the first value as a total.

hideConnectorLines

boolean

True to hide connector lines between columns.

connectorLineStyle

object ( LineStyle )

The line style for the connector lines.

totalDataLabel

object ( DataLabel )

Controls whether to display additional data labels on stacked charts which sum the total value of all stacked values at each value along the domain axis. stackedType must be STACKED and neither CUSTOM nor placement can be set on the totalDataLabel .

WaterfallChartDomain

The domain of a waterfall chart.

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "reversed": boolean
}
ক্ষেত্র
data

object ( ChartData )

The data of the WaterfallChartDomain.

reversed

boolean

True to reverse the order of the domain values (horizontal axis).

WaterfallChartSeries

A single series of data for a waterfall chart.

JSON প্রতিনিধিত্ব
{
  "data": {
    object (ChartData)
  },
  "positiveColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "negativeColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "subtotalColumnsStyle": {
    object (WaterfallChartColumnStyle)
  },
  "hideTrailingSubtotal": boolean,
  "customSubtotals": [
    {
      object (WaterfallChartCustomSubtotal)
    }
  ],
  "dataLabel": {
    object (DataLabel)
  }
}
ক্ষেত্র
data

object ( ChartData )

The data being visualized in this series.

positiveColumnsStyle

object ( WaterfallChartColumnStyle )

Styles for all columns in this series with positive values.

negativeColumnsStyle

object ( WaterfallChartColumnStyle )

Styles for all columns in this series with negative values.

subtotalColumnsStyle

object ( WaterfallChartColumnStyle )

Styles for all subtotal columns in this series.

hideTrailingSubtotal

boolean

True to hide the subtotal column from the end of the series. By default, a subtotal column will appear at the end of each series. Setting this field to true will hide that subtotal column for this series.

customSubtotals[]

object ( WaterfallChartCustomSubtotal )

Custom subtotal columns appearing in this series. The order in which subtotals are defined is not significant. Only one subtotal may be defined for each data point.

dataLabel

object ( DataLabel )

Information about the data labels for this series.

WaterfallChartColumnStyle

Styles for a waterfall chart column.

JSON প্রতিনিধিত্ব
{
  "label": string,
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
label

string

The label of the column's legend.

color
(deprecated)

object ( Color )

The color of the column. Deprecated: Use colorStyle .

colorStyle

object ( ColorStyle )

The color of the column. If color is also set, this field takes precedence.

WaterfallChartCustomSubtotal

A custom subtotal column for a waterfall chart series.

JSON প্রতিনিধিত্ব
{
  "subtotalIndex": integer,
  "label": string,
  "dataIsSubtotal": boolean
}
ক্ষেত্র
subtotalIndex

integer

The zero-based index of a data point within the series. If dataIsSubtotal is true, the data point at this index is the subtotal. Otherwise, the subtotal appears after the data point with this index. A series can have multiple subtotals at arbitrary indices, but subtotals do not affect the indices of the data points. For example, if a series has three data points, their indices will always be 0, 1, and 2, regardless of how many subtotals exist on the series or what data points they are associated with.

label

string

A label for the subtotal column.

dataIsSubtotal

boolean

True if the data point at subtotalIndex is the subtotal. If false, the subtotal will be computed and appear after the data point.

WaterfallChartStackedType

Stacked type options for waterfall charts.

এনামস
WATERFALL_STACKED_TYPE_UNSPECIFIED Default value, do not use.
STACKED Values corresponding to the same domain (horizontal axis) value will be stacked vertically.
SEQUENTIAL Series will spread out along the horizontal axis.

TreemapChartSpec

A Treemap chart .

JSON প্রতিনিধিত্ব
{
  "labels": {
    object (ChartData)
  },
  "parentLabels": {
    object (ChartData)
  },
  "sizeData": {
    object (ChartData)
  },
  "colorData": {
    object (ChartData)
  },
  "textFormat": {
    object (TextFormat)
  },
  "levels": integer,
  "hintedLevels": integer,
  "minValue": number,
  "maxValue": number,
  "headerColor": {
    object (Color)
  },
  "headerColorStyle": {
    object (ColorStyle)
  },
  "colorScale": {
    object (TreemapChartColorScale)
  },
  "hideTooltips": boolean
}
ক্ষেত্র
labels

object ( ChartData )

The data that contains the treemap cell labels.

parentLabels

object ( ChartData )

The data the contains the treemap cells' parent labels.

sizeData

object ( ChartData )

The data that determines the size of each treemap data cell. This data is expected to be numeric. The cells corresponding to non-numeric or missing data will not be rendered. If colorData is not specified, this data is used to determine data cell background colors as well.

colorData

object ( ChartData )

The data that determines the background color of each treemap data cell. This field is optional. If not specified, sizeData is used to determine background colors. If specified, the data is expected to be numeric. colorScale will determine how the values in this data map to data cell background colors.

textFormat

object ( TextFormat )

The text format for all labels on the chart. The link field is not supported.

levels

integer

The number of data levels to show on the treemap chart. These levels are interactive and are shown with their labels. Defaults to 2 if not specified.

hintedLevels

integer

The number of additional data levels beyond the labeled levels to be shown on the treemap chart. These levels are not interactive and are shown without their labels. Defaults to 0 if not specified.

minValue

number

The minimum possible data value. Cells with values less than this will have the same color as cells with this value. If not specified, defaults to the actual minimum value from colorData , or the minimum value from sizeData if colorData is not specified.

maxValue

number

The maximum possible data value. Cells with values greater than this will have the same color as cells with this value. If not specified, defaults to the actual maximum value from colorData , or the maximum value from sizeData if colorData is not specified.

headerColor
(deprecated)

object ( Color )

The background color for header cells. Deprecated: Use headerColorStyle .

headerColorStyle

object ( ColorStyle )

The background color for header cells. If headerColor is also set, this field takes precedence.

colorScale

object ( TreemapChartColorScale )

The color scale for data cells in the treemap chart. Data cells are assigned colors based on their color values. These color values come from colorData , or from sizeData if colorData is not specified. Cells with color values less than or equal to minValue will have minValueColor as their background color. Cells with color values greater than or equal to maxValue will have maxValueColor as their background color. Cells with color values between minValue and maxValue will have background colors on a gradient between minValueColor and maxValueColor , the midpoint of the gradient being midValueColor . Cells with missing or non-numeric color values will have noDataColor as their background color.

hideTooltips

boolean

True to hide tooltips.

TreemapChartColorScale

A color scale for a treemap chart.

JSON প্রতিনিধিত্ব
{
  "minValueColor": {
    object (Color)
  },
  "minValueColorStyle": {
    object (ColorStyle)
  },
  "midValueColor": {
    object (Color)
  },
  "midValueColorStyle": {
    object (ColorStyle)
  },
  "maxValueColor": {
    object (Color)
  },
  "maxValueColorStyle": {
    object (ColorStyle)
  },
  "noDataColor": {
    object (Color)
  },
  "noDataColorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
minValueColor
(deprecated)

object ( Color )

The background color for cells with a color value less than or equal to minValue . Defaults to #dc3912 if not specified. Deprecated: Use minValueColorStyle .

minValueColorStyle

object ( ColorStyle )

The background color for cells with a color value less than or equal to minValue . Defaults to #dc3912 if not specified. If minValueColor is also set, this field takes precedence.

midValueColor
(deprecated)

object ( Color )

The background color for cells with a color value at the midpoint between minValue and maxValue . Defaults to #efe6dc if not specified. Deprecated: Use midValueColorStyle .

midValueColorStyle

object ( ColorStyle )

The background color for cells with a color value at the midpoint between minValue and maxValue . Defaults to #efe6dc if not specified. If midValueColor is also set, this field takes precedence.

maxValueColor
(deprecated)

object ( Color )

The background color for cells with a color value greater than or equal to maxValue . Defaults to #109618 if not specified. Deprecated: Use maxValueColorStyle .

maxValueColorStyle

object ( ColorStyle )

The background color for cells with a color value greater than or equal to maxValue . Defaults to #109618 if not specified. If maxValueColor is also set, this field takes precedence.

noDataColor
(deprecated)

object ( Color )

The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. Deprecated: Use noDataColorStyle .

noDataColorStyle

object ( ColorStyle )

The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. If noDataColor is also set, this field takes precedence.

ScorecardChartSpec

A scorecard chart. Scorecard charts are used to highlight key performance indicators, known as KPIs, on the spreadsheet. A scorecard chart can represent things like total sales, average cost, or a top selling item. You can specify a single data value, or aggregate over a range of data. Percentage or absolute difference from a baseline value can be highlighted, like changes over time.

JSON প্রতিনিধিত্ব
{
  "keyValueData": {
    object (ChartData)
  },
  "baselineValueData": {
    object (ChartData)
  },
  "aggregateType": enum (ChartAggregateType),
  "keyValueFormat": {
    object (KeyValueFormat)
  },
  "baselineValueFormat": {
    object (BaselineValueFormat)
  },
  "scaleFactor": number,
  "numberFormatSource": enum (ChartNumberFormatSource),
  "customFormatOptions": {
    object (ChartCustomNumberFormatOptions)
  }
}
ক্ষেত্র
keyValueData

object ( ChartData )

The data for scorecard key value.

baselineValueData

object ( ChartData )

The data for scorecard baseline value. This field is optional.

aggregateType

enum ( ChartAggregateType )

The aggregation type for key and baseline chart data in scorecard chart. This field is not supported for data source charts. Use the ChartData.aggregateType field of the keyValueData or baselineValueData instead for data source charts. This field is optional.

keyValueFormat

object ( KeyValueFormat )

Formatting options for key value.

baselineValueFormat

object ( BaselineValueFormat )

Formatting options for baseline value. This field is needed only if baselineValueData is specified.

scaleFactor

number

Value to scale scorecard key and baseline value. For example, a factor of 10 can be used to divide all values in the chart by 10. This field is optional.

numberFormatSource

enum ( ChartNumberFormatSource )

The number format source used in the scorecard chart. This field is optional.

customFormatOptions

object ( ChartCustomNumberFormatOptions )

Custom formatting options for numeric key/baseline values in scorecard chart. This field is used only when numberFormatSource is set to CUSTOM . This field is optional.

KeyValueFormat

Formatting options for key value.

JSON প্রতিনিধিত্ব
{
  "textFormat": {
    object (TextFormat)
  },
  "position": {
    object (TextPosition)
  }
}
ক্ষেত্র
textFormat

object ( TextFormat )

Text formatting options for key value. The link field is not supported.

position

object ( TextPosition )

Specifies the horizontal text positioning of key value. This field is optional. If not specified, default positioning is used.

BaselineValueFormat

Formatting options for baseline value.

JSON প্রতিনিধিত্ব
{
  "comparisonType": enum (ComparisonType),
  "textFormat": {
    object (TextFormat)
  },
  "position": {
    object (TextPosition)
  },
  "description": string,
  "positiveColor": {
    object (Color)
  },
  "positiveColorStyle": {
    object (ColorStyle)
  },
  "negativeColor": {
    object (Color)
  },
  "negativeColorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
comparisonType

enum ( ComparisonType )

The comparison type of key value with baseline value.

textFormat

object ( TextFormat )

Text formatting options for baseline value. The link field is not supported.

position

object ( TextPosition )

Specifies the horizontal text positioning of baseline value. This field is optional. If not specified, default positioning is used.

description

string

Description which is appended after the baseline value. This field is optional.

positiveColor
(deprecated)

object ( Color )

Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positiveColorStyle .

positiveColorStyle

object ( ColorStyle )

Color to be used, in case baseline value represents a positive change for key value. This field is optional. If positiveColor is also set, this field takes precedence.

negativeColor
(deprecated)

object ( Color )

Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negativeColorStyle .

negativeColorStyle

object ( ColorStyle )

Color to be used, in case baseline value represents a negative change for key value. This field is optional. If negativeColor is also set, this field takes precedence.

ComparisonType

The comparison type of key value with baseline value.

এনামস
COMPARISON_TYPE_UNDEFINED Default value, do not use.
ABSOLUTE_DIFFERENCE Use absolute difference between key and baseline value.
PERCENTAGE_DIFFERENCE Use percentage difference between key and baseline value.

ChartNumberFormatSource

The number formatting source options for chart attributes.

এনামস
CHART_NUMBER_FORMAT_SOURCE_UNDEFINED Default value, do not use.
FROM_DATA Inherit number formatting from data.
CUSTOM Apply custom formatting as specified by ChartCustomNumberFormatOptions .

ChartCustomNumberFormatOptions

Custom number formatting options for chart attributes.

JSON প্রতিনিধিত্ব
{
  "prefix": string,
  "suffix": string
}
ক্ষেত্র
prefix

string

Custom prefix to be prepended to the chart attribute. This field is optional.

suffix

string

Custom suffix to be appended to the chart attribute. This field is optional.

ChartHiddenDimensionStrategy

Determines how charts should handle source rows that are hidden. Hidden rows include both manually hidden and hidden by a filter.

এনামস
CHART_HIDDEN_DIMENSION_STRATEGY_UNSPECIFIED Default value, do not use.
SKIP_HIDDEN_ROWS_AND_COLUMNS Charts will skip hidden rows and columns.
SKIP_HIDDEN_ROWS Charts will skip hidden rows only.
SKIP_HIDDEN_COLUMNS Charts will skip hidden columns only.
SHOW_ALL Charts will not skip any hidden rows or columns.

EmbeddedObjectBorder

A border along an embedded object.

JSON প্রতিনিধিত্ব
{
  "color": {
    object (Color)
  },
  "colorStyle": {
    object (ColorStyle)
  }
}
ক্ষেত্র
color
(deprecated)

object ( Color )

The color of the border. Deprecated: Use colorStyle .

colorStyle

object ( ColorStyle )

The color of the border. If color is also set, this field takes precedence.