Skip to content

Instantly share code, notes, and snippets.

View Shestac92's full-sized avatar
🏠
Working from home

Alexander Shestakov Shestac92

🏠
Working from home
View GitHub Profile
public class FunnelChartActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_chart_common);
AnyChartView anyChartView = findViewById(R.id.any_chart_view);
Funnel funnel = AnyChart.funnel();