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

com.datastax.data.exploration.service.chart.BrokenLineService Maven / Gradle / Ivy

The newest version!
package com.datastax.data.exploration.service.chart;

import com.alibaba.fastjson.JSONObject;

/**
 * @author songfu 2017/12/15
 */
public interface BrokenLineService {
    JSONObject brokenLineInit(String id);
    JSONObject brokenLineValue(String id, String axisX, String axisYs);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy