Skip to content
View as Markdown

Chart class for Daytona SDK.

def initialize(type:, title:, png:, elements:)

Returns:

  • Chart - a new instance of Chart
def type=(value)

Sets the attribute type

Parameters:

  • value Object - the value to set the attribute type to.

Returns:

  • Object - the newly set value
def type()

Returns the value of attribute type

Returns:

  • Object - the current value of type
def title=(value)

Sets the attribute title

Parameters:

  • value Object - the value to set the attribute title to.

Returns:

  • Object - the newly set value
def title()

Returns the value of attribute title

Returns:

  • Object - the current value of title
def png=(value)

Sets the attribute png

Parameters:

  • value Object - the value to set the attribute png to.

Returns:

  • Object - the newly set value
def png()

Returns the value of attribute png

Returns:

  • Object - the current value of png
def elements=(value)

Sets the attribute elements

Parameters:

  • value Object - the value to set the attribute elements to.

Returns:

  • Object - the newly set value
def elements()

Returns the value of attribute elements

Returns:

  • Object - the current value of elements