All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.yearnlune.search.graphql.DreamChart.kt Maven / Gradle / Ivy

package io.github.yearnlune.search.graphql

class DreamChart(
    val title: String,
    val description: String?,
    val type: ChartType,
    val stacked: Boolean,
    val colorPalette: ColorPaletteType,
    val valueType: ChartValueType,
    val xAxis: List,
    val datasets: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy