Select Git revision
-
Md. Alim Ul Karim authored
v0.8.2 - Version Compare, CompareEnum Enhancement, StackTrace, Jsoner MapResults, MapDynamicItems See merge request evatix-go/core!57
Md. Alim Ul Karim authoredv0.8.2 - Version Compare, CompareEnum Enhancement, StackTrace, Jsoner MapResults, MapDynamicItems See merge request evatix-go/core!57
NewKeyWithLegendShortLegend.go 383 B
package keymk
func NewKeyWithLegendShortLegend(
option *Option,
rootName,
packageName,
group string,
) *KeyWithLegend {
keyWithLegend := &KeyWithLegend{
option: option,
LegendName: ShortLegends,
rootName: rootName,
packageName: packageName,
groupName: group,
isAttachLegendNames: true,
}
return keyWithLegend
}